Html Css Color HEX #02508A Dark Cerulean

📋 copy color: '#02508A'

red 2 ◦ green 80 ◦ blue 138

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

Shades of Dark Cerulean #02508A

Tints of Dark Cerulean #02508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 62.73%

R = 0.91%
G = 36.36%
B = 62.73%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#02508A (or 0x02508A) is known color: Dark Cerulean. HEX triplet: 02, 50 and 8A. RGB value is (2,80,138). Sum of RGB (Red+Green+Blue) = 2+80+138=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 138 (54.30% from 255 or 62.73% from 220); Max value from RGB is 138 - color contains mainly: blue. Hex color #02508A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02508A is #FDAF75. Grayscale: #3E3E3E. Windows color (decimal): -16625526 or 9064450. OLE color: 9064450.

HSL color Cylindrical-coordinate representation of color #02508A: hue angle of 205.59º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02508A is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 80 138 -
CMYK 0.99 0.42 0 0.46
HSL 205.59º 0.97% 0.27% -
HSV(B) 205.59º 0.99% 0.54% -
XYZ 7.48 7.59 25.11 -
YUV 63.29 170.16 84.28 -
System Red Green Blue C M Y K H S L
Decimal 2 80 138 0.99 0.42 0 0.46 205.59 0.97 0.27
Hex 2 50 8A 63 2A 0 2E CE 61 1B
Octal 2 120 212 143 52 0 56 316 141 33
Binary 10 1010000 10001010 1100011 101010 0 101110 11001110 1100001 11011

Color Harmonies of #02508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02508A

Black with #02508A

Text Example


Text Example

White with #02508A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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