#02507C

Color #02507C Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #02507C

Tints of Dark Cerulean #02507C

Color information

#02507C (or 0x02507C) is unknown color: approx Dark Cerulean. HEX triplet: 02, 50 and 7C. RGB value is (2,80,124). Sum of RGB (Red+Green+Blue) = 2+80+124=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #02507C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02507C is #FDAF83. Grayscale: #3D3D3D. Windows color (decimal): -16625540 or 8146946. OLE color: 8146946.

HSL color Cylindrical-coordinate representation of color #02507C: hue angle of 201.64º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02507C is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB280124-
CMYK0.980.3500.51
HSL201.64º96.83%24.71%-
HSV(B)201.64º98.39%48.63%-
XYZ6.537.2120.12-
YUV61.69163.1685.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 124 (48.83% from 255) = 60.19%
R=0.97%
G=38.83%
B=60.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2801240.980.3500.51201.6496.8324.71
Hex2507C6223033ca6119
Octal21201741424306331214131
Binary10101000011111001100010100011011001111001010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02507C; }

 p { color: rgb(2,80,124); }

 H1.HeaderClassName
 {
   color: #02507C;
 }
 .AnyTagClassName
 {
   color: #02507C;
 }
</style>
background-color css

<style>
 a { background-color: #02507C; }

 a { background-color: rgb(2,80,124); }

 div.DivClassName
 {
   background-color: #02507C;
 }
 .BgClassName
 {
   background-color: #02507C;
 }
</style>
border-color css

<style>
 span { border-color: #02507C; }

 span { border-color: rgb(2,80,124); }

 td.TdClassName
 {
   border-color: #02507C;
 }
 .TagClassName
 {
   border-color: #02507C;
 }
</style>