Html Css Color HEX #02509E Cobalt

📋 copy color: '#02509E'

red 2 ◦ green 80 ◦ blue 158

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

Shades of Cobalt #02509E

Tints of Cobalt #02509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 65.83%

R = 0.83%
G = 33.33%
B = 65.83%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#02509E (or 0x02509E) is known color: Cobalt. HEX triplet: 02, 50 and 9E. RGB value is (2,80,158). Sum of RGB (Red+Green+Blue) = 2+80+158=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #02509E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02509E is #FDAF61. Grayscale: #414141. Windows color (decimal): -16625506 or 10375170. OLE color: 10375170.

HSL color Cylindrical-coordinate representation of color #02509E: hue angle of 210º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02509E is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 80 158 -
CMYK 0.99 0.49 0 0.38
HSL 210º 0.98% 0.31% -
HSV(B) 210º 0.99% 0.62% -
XYZ 9.07 8.22 33.46 -
YUV 65.57 180.16 82.66 -
System Red Green Blue C M Y K H S L
Decimal 2 80 158 0.99 0.49 0 0.38 210 0.98 0.31
Hex 2 50 9E 63 31 0 26 D2 62 1F
Octal 2 120 236 143 61 0 46 322 142 37
Binary 10 1010000 10011110 1100011 110001 0 100110 11010010 1100010 11111

Color Harmonies of #02509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02509E

Black with #02509E

Text Example


Text Example

White with #02509E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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