#02547F

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

Shades of Dark Cerulean #02547F

Tints of Dark Cerulean #02547F

Color information

#02547F (or 0x02547F) is unknown color: approx Dark Cerulean. HEX triplet: 02, 54 and 7F. RGB value is (2,84,127). Sum of RGB (Red+Green+Blue) = 2+84+127=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #02547F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02547F is #FDAB80. Grayscale: #404040. Windows color (decimal): -16624513 or 8344578. OLE color: 8344578.

HSL color Cylindrical-coordinate representation of color #02547F: hue angle of 200.64º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02547F is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB284127-
CMYK0.980.3400.50
HSL200.64º96.9%25.29%-
HSV(B)200.64º98.43%49.8%-
XYZ7.037.8921.23-
YUV64.38163.3383.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 127 (50% from 255) = 59.62%
R=0.94%
G=39.44%
B=59.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2841270.980.3400.50200.6496.925.29
Hex2547F6222032c96119
Octal21241771424206231114131
Binary10101010011111111100010100010011001011001001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02547F; }

 p { color: rgb(2,84,127); }

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

<style>
 a { background-color: #02547F; }

 a { background-color: rgb(2,84,127); }

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

<style>
 span { border-color: #02547F; }

 span { border-color: rgb(2,84,127); }

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