Html Css Color HEX #09519C Cobalt

📋 copy color: '#09519C'

red 9 ◦ green 81 ◦ blue 156

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

Shades of Cobalt #09519C

Tints of Cobalt #09519C

RGB

 RED value IS 9 (3.91% from 255) = 3.66%

 GREEN value IS 81 (32.03% from 255) = 32.93%

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

R = 3.66%
G = 32.93%
B = 63.41%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09519C (or 0x09519C) is known color: Cobalt. HEX triplet: 09, 51 and 9C. RGB value is (9,81,156). Sum of RGB (Red+Green+Blue) = 9+81+156=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #09519C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09519C is #F6AE63. Grayscale: #434343. Windows color (decimal): -16166500 or 10244361. OLE color: 10244361.

HSL color Cylindrical-coordinate representation of color #09519C: hue angle of 210.61º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09519C is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 81 156 -
CMYK 0.94 0.48 0 0.39
HSL 210.61º 0.89% 0.32% -
HSV(B) 210.61º 0.94% 0.61% -
XYZ 9.06 8.34 32.59 -
YUV 68.02 177.65 85.9 -
System Red Green Blue C M Y K H S L
Decimal 9 81 156 0.94 0.48 0 0.39 210.61 0.89 0.32
Hex 9 51 9C 5E 30 0 27 D3 59 20
Octal 11 121 234 136 60 0 47 323 131 40
Binary 1001 1010001 10011100 1011110 110000 0 100111 11010011 1011001 100000

Color Harmonies of #09519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09519C

Black with #09519C

Text Example


Text Example

White with #09519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,81,156); }

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

background-color css

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

 a { background-color: rgb(9,81,156); }

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

border-color css

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

 span { border-color: rgb(9,81,156); }

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