Html Css Color HEX #09509B Cobalt

📋 copy color: '#09509B'

red 9 ◦ green 80 ◦ blue 155

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

Shades of Cobalt #09509B

Tints of Cobalt #09509B

RGB

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

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

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

R = 3.69%
G = 32.79%
B = 63.52%

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

#09509B (or 0x09509B) is known color: Cobalt. HEX triplet: 09, 50 and 9B. RGB value is (9,80,155). Sum of RGB (Red+Green+Blue) = 9+80+155=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 155 (60.94% from 255 or 63.52% from 244); Max value from RGB is 155 - color contains mainly: blue. Hex color #09509B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09509B is #F6AF64. Grayscale: #424242. Windows color (decimal): -16166757 or 10178569. OLE color: 10178569.

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

Color convert

RGB 9 80 155 -
CMYK 0.94 0.48 0 0.39
HSL 210.82º 0.89% 0.32% -
HSV(B) 210.82º 0.94% 0.61% -
XYZ 8.9 8.16 32.12 -
YUV 67.32 177.48 86.4 -
System Red Green Blue C M Y K H S L
Decimal 9 80 155 0.94 0.48 0 0.39 210.82 0.89 0.32
Hex 9 50 9B 5E 30 0 27 D3 59 20
Octal 11 120 233 136 60 0 47 323 131 40
Binary 1001 1010000 10011011 1011110 110000 0 100111 11010011 1011001 100000

Color Harmonies of #09509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09509B

Black with #09509B

Text Example


Text Example

White with #09509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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