Html Css Color HEX #02508D Dark Cerulean

📋 copy color: '#02508D'

red 2 ◦ green 80 ◦ blue 141

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

Shades of Dark Cerulean #02508D

Tints of Dark Cerulean #02508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

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

R = 0.9%
G = 35.87%
B = 63.23%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02508D (or 0x02508D) is known color: Dark Cerulean. HEX triplet: 02, 50 and 8D. RGB value is (2,80,141). Sum of RGB (Red+Green+Blue) = 2+80+141=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #02508D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02508D is #FDAF72. Grayscale: #3F3F3F. Windows color (decimal): -16625523 or 9261058. OLE color: 9261058.

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

Color convert

RGB 2 80 141 -
CMYK 0.99 0.43 0 0.45
HSL 206.33º 0.97% 0.28% -
HSV(B) 206.33º 0.99% 0.55% -
XYZ 7.7 7.67 26.27 -
YUV 63.63 171.66 84.04 -
System Red Green Blue C M Y K H S L
Decimal 2 80 141 0.99 0.43 0 0.45 206.33 0.97 0.28
Hex 2 50 8D 63 2B 0 2D CE 61 1C
Octal 2 120 215 143 53 0 55 316 141 34
Binary 10 1010000 10001101 1100011 101011 0 101101 11001110 1100001 11100

Color Harmonies of #02508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02508D

Black with #02508D

Text Example


Text Example

White with #02508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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