Html Css Color HEX #09509F Cobalt

📋 copy color: '#09509F'

red 9 ◦ green 80 ◦ blue 159

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

Shades of Cobalt #09509F

Tints of Cobalt #09509F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.11%

R = 3.63%
G = 32.26%
B = 64.11%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09509F (or 0x09509F) is known color: Cobalt. HEX triplet: 09, 50 and 9F. RGB value is (9,80,159). Sum of RGB (Red+Green+Blue) = 9+80+159=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #09509F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09509F is #F6AF60. Grayscale: #434343. Windows color (decimal): -16166753 or 10440713. OLE color: 10440713.

HSL color Cylindrical-coordinate representation of color #09509F: hue angle of 211.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09509F is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 80 159 -
CMYK 0.94 0.50 0 0.38
HSL 211.6º 0.89% 0.33% -
HSV(B) 211.6º 0.94% 0.62% -
XYZ 9.24 8.3 33.92 -
YUV 67.78 179.48 86.08 -
System Red Green Blue C M Y K H S L
Decimal 9 80 159 0.94 0.50 0 0.38 211.6 0.89 0.33
Hex 9 50 9F 5E 32 0 26 D4 59 21
Octal 11 120 237 136 62 0 46 324 131 41
Binary 1001 1010000 10011111 1011110 110010 0 100110 11010100 1011001 100001

Color Harmonies of #09509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09509F

Black with #09509F

Text Example


Text Example

White with #09509F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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