Html Css Color HEX #02509C Cobalt

📋 copy color: '#02509C'

red 2 ◦ green 80 ◦ blue 156

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

Shades of Cobalt #02509C

Tints of Cobalt #02509C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.55%

R = 0.84%
G = 33.61%
B = 65.55%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02509C (or 0x02509C) is known color: Cobalt. HEX triplet: 02, 50 and 9C. RGB value is (2,80,156). Sum of RGB (Red+Green+Blue) = 2+80+156=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #02509C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02509C is #FDAF63. Grayscale: #404040. Windows color (decimal): -16625508 or 10244098. OLE color: 10244098.

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

Color convert

RGB 2 80 156 -
CMYK 0.99 0.49 0 0.39
HSL 209.61º 0.97% 0.31% -
HSV(B) 209.61º 0.99% 0.61% -
XYZ 8.89 8.15 32.56 -
YUV 65.34 179.16 82.82 -
System Red Green Blue C M Y K H S L
Decimal 2 80 156 0.99 0.49 0 0.39 209.61 0.97 0.31
Hex 2 50 9C 63 31 0 27 D2 61 1F
Octal 2 120 234 143 61 0 47 322 141 37
Binary 10 1010000 10011100 1100011 110001 0 100111 11010010 1100001 11111

Color Harmonies of #02509C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02509C

Black with #02509C

Text Example


Text Example

White with #02509C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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