#02547E

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

Shades of Dark Cerulean #02547E

Tints of Dark Cerulean #02547E

Color information

#02547E (or 0x02547E) is unknown color: approx Dark Cerulean. HEX triplet: 02, 54 and 7E. RGB value is (2,84,126). Sum of RGB (Red+Green+Blue) = 2+84+126=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #02547E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02547E is #FDAB81. Grayscale: #404040. Windows color (decimal): -16624514 or 8279042. OLE color: 8279042.

HSL color Cylindrical-coordinate representation of color #02547E: hue angle of 200.32º 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 #02547E is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB284126-
CMYK0.980.3300.51
HSL200.32º96.88%25.1%-
HSV(B)200.32º98.41%49.41%-
XYZ6.967.8620.89-
YUV64.27162.8383.58-

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.62%
BLUE value IS 126 (49.61% from 255) = 59.43%
R=0.94%
G=39.62%
B=59.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2841260.980.3300.51200.3296.8825.1
Hex2547E6221033c86119
Octal21241761424106331014131
Binary10101010011111101100010100001011001111001000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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