#02507A

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

Shades of Dark Cerulean #02507A

Tints of Dark Cerulean #02507A

Color information

#02507A (or 0x02507A) is unknown color: approx Dark Cerulean. HEX triplet: 02, 50 and 7A. RGB value is (2,80,122). Sum of RGB (Red+Green+Blue) = 2+80+122=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 122 (48.05% from 255 or 59.80% from 204); Max value from RGB is 122 - color contains mainly: blue. Hex color #02507A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02507A is #FDAF85. Grayscale: #3D3D3D. Windows color (decimal): -16625542 or 8015874. OLE color: 8015874.

HSL color Cylindrical-coordinate representation of color #02507A: hue angle of 201º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02507A is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB280122-
CMYK0.980.3400.52
HSL201º96.77%24.31%-
HSV(B)201º98.36%47.84%-
XYZ6.417.1619.46-
YUV61.47162.1685.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 80 (31.64% from 255) = 39.22%
BLUE value IS 122 (48.05% from 255) = 59.80%
R=0.98%
G=39.22%
B=59.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2801220.980.3400.5220196.7724.31
Hex2507A6222034c96118
Octal21201721424206431114130
Binary10101000011110101100010100010011010011001001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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