Html Css Color HEX #02488D Dark Cerulean

📋 copy color: '#02488D'

red 2 ◦ green 72 ◦ blue 141

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

Shades of Dark Cerulean #02488D

Tints of Dark Cerulean #02488D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 65.58%

R = 0.93%
G = 33.49%
B = 65.58%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02488D (or 0x02488D) is known color: Dark Cerulean. HEX triplet: 02, 48 and 8D. RGB value is (2,72,141). Sum of RGB (Red+Green+Blue) = 2+72+141=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #02488D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02488D is #FDB772. Grayscale: #3A3A3A. Windows color (decimal): -16627571 or 9259010. OLE color: 9259010.

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

Color convert

RGB 2 72 141 -
CMYK 0.99 0.49 0 0.45
HSL 209.78º 0.97% 0.28% -
HSV(B) 209.78º 0.99% 0.55% -
XYZ 7.15 6.57 26.09 -
YUV 58.94 174.31 87.39 -
System Red Green Blue C M Y K H S L
Decimal 2 72 141 0.99 0.49 0 0.45 209.78 0.97 0.28
Hex 2 48 8D 63 31 0 2D D2 61 1C
Octal 2 110 215 143 61 0 55 322 141 34
Binary 10 1001000 10001101 1100011 110001 0 101101 11010010 1100001 11100

Color Harmonies of #02488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02488D

Black with #02488D

Text Example


Text Example

White with #02488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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