Html Css Color HEX #02548C Dark Cerulean

📋 copy color: '#02548C'

red 2 ◦ green 84 ◦ blue 140

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

Shades of Dark Cerulean #02548C

Tints of Dark Cerulean #02548C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.95%

R = 0.88%
G = 37.17%
B = 61.95%

CMYK

 C value IS 0.99

 M value IS 0.4

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02548C (or 0x02548C) is known color: Dark Cerulean. HEX triplet: 02, 54 and 8C. RGB value is (2,84,140). Sum of RGB (Red+Green+Blue) = 2+84+140=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #02548C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02548C is #FDAB73. Grayscale: #414141. Windows color (decimal): -16624500 or 9196546. OLE color: 9196546.

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

Color convert

RGB 2 84 140 -
CMYK 0.99 0.4 0 0.45
HSL 204.35º 0.97% 0.28% -
HSV(B) 204.35º 0.99% 0.55% -
XYZ 7.93 8.25 25.98 -
YUV 65.87 169.83 82.45 -
System Red Green Blue C M Y K H S L
Decimal 2 84 140 0.99 0.4 0 0.45 204.35 0.97 0.28
Hex 2 54 8C 63 28 0 2D CC 61 1C
Octal 2 124 214 143 50 0 55 314 141 34
Binary 10 1010100 10001100 1100011 101000 0 101101 11001100 1100001 11100

Color Harmonies of #02548C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02548C

Black with #02548C

Text Example


Text Example

White with #02548C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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