Html Css Color HEX #09519B Cobalt

📋 copy color: '#09519B'

red 9 ◦ green 81 ◦ blue 155

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

Shades of Cobalt #09519B

Tints of Cobalt #09519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.27%

R = 3.67%
G = 33.06%
B = 63.27%

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

#09519B (or 0x09519B) is known color: Cobalt. HEX triplet: 09, 51 and 9B. RGB value is (9,81,155). Sum of RGB (Red+Green+Blue) = 9+81+155=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #09519B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09519B is #F6AE64. Grayscale: #434343. Windows color (decimal): -16166501 or 10178825. OLE color: 10178825.

HSL color Cylindrical-coordinate representation of color #09519B: hue angle of 210.41º 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 #09519B is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 81 155 -
CMYK 0.94 0.48 0 0.39
HSL 210.41º 0.89% 0.32% -
HSV(B) 210.41º 0.94% 0.61% -
XYZ 8.97 8.31 32.14 -
YUV 67.91 177.15 85.98 -
System Red Green Blue C M Y K H S L
Decimal 9 81 155 0.94 0.48 0 0.39 210.41 0.89 0.32
Hex 9 51 9B 5E 30 0 27 D2 59 20
Octal 11 121 233 136 60 0 47 322 131 40
Binary 1001 1010001 10011011 1011110 110000 0 100111 11010010 1011001 100000

Color Harmonies of #09519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09519B

Black with #09519B

Text Example


Text Example

White with #09519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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