Html Css Color HEX #02488E Dark Cerulean

📋 copy color: '#02488E'

red 2 ◦ green 72 ◦ blue 142

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

Shades of Dark Cerulean #02488E

Tints of Dark Cerulean #02488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.33%

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

R = 0.93%
G = 33.33%
B = 65.74%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#02488E (or 0x02488E) is known color: Dark Cerulean. HEX triplet: 02, 48 and 8E. RGB value is (2,72,142). Sum of RGB (Red+Green+Blue) = 2+72+142=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 142 (55.86% from 255 or 65.74% from 216); Max value from RGB is 142 - color contains mainly: blue. Hex color #02488E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02488E is #FDB771. Grayscale: #3A3A3A. Windows color (decimal): -16627570 or 9324546. OLE color: 9324546.

HSL color Cylindrical-coordinate representation of color #02488E: hue angle of 210º 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 #02488E is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 72 142 -
CMYK 0.99 0.49 0 0.44
HSL 210º 0.97% 0.28% -
HSV(B) 210º 0.99% 0.56% -
XYZ 7.22 6.6 26.48 -
YUV 59.05 174.81 87.31 -
System Red Green Blue C M Y K H S L
Decimal 2 72 142 0.99 0.49 0 0.44 210 0.97 0.28
Hex 2 48 8E 63 31 0 2C D2 61 1C
Octal 2 110 216 143 61 0 54 322 141 34
Binary 10 1001000 10001110 1100011 110001 0 101100 11010010 1100001 11100

Color Harmonies of #02488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02488E

Black with #02488E

Text Example


Text Example

White with #02488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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