Html Css Color HEX #02548E Dark Cerulean

📋 copy color: '#02548E'

red 2 ◦ green 84 ◦ blue 142

#02548E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #02548E

Tints of Dark Cerulean #02548E

RGB

 RED value IS 2 (1.17% from 255) = 0.88%

 GREEN value IS 84 (33.2% from 255) = 36.84%

 BLUE value IS 142 (55.86% from 255) = 62.28%

R = 0.88%
G = 36.84%
B = 62.28%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02548E (or 0x02548E) is known color: Dark Cerulean. HEX triplet: 02, 54 and 8E. RGB value is (2,84,142). Sum of RGB (Red+Green+Blue) = 2+84+142=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #02548E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02548E is #FDAB71. Grayscale: #414141. Windows color (decimal): -16624498 or 9327618. OLE color: 9327618.

HSL color Cylindrical-coordinate representation of color #02548E: hue angle of 204.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02548E is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 84 142 -
CMYK 0.99 0.41 0 0.44
HSL 204.86º 0.97% 0.28% -
HSV(B) 204.86º 0.99% 0.56% -
XYZ 8.08 8.31 26.77 -
YUV 66.09 170.83 82.28 -
System Red Green Blue C M Y K H S L
Decimal 2 84 142 0.99 0.41 0 0.44 204.86 0.97 0.28
Hex 2 54 8E 63 29 0 2C CD 61 1C
Octal 2 124 216 143 51 0 54 315 141 34
Binary 10 1010100 10001110 1100011 101001 0 101100 11001101 1100001 11100

Color Harmonies of #02548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02548E

Black with #02548E

Text Example


Text Example

White with #02548E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02548E;
 }
 .AnyTagClassName
 {
   color: #02548E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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