Html Css Color HEX #09549F Cobalt

📋 copy color: '#09549F'

red 9 ◦ green 84 ◦ blue 159

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

Shades of Cobalt #09549F

Tints of Cobalt #09549F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.33%

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

R = 3.57%
G = 33.33%
B = 63.1%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09549F (or 0x09549F) is known color: Cobalt. HEX triplet: 09, 54 and 9F. RGB value is (9,84,159). Sum of RGB (Red+Green+Blue) = 9+84+159=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 159 (62.5% from 255 or 63.10% from 252); Max value from RGB is 159 - color contains mainly: blue. Hex color #09549F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09549F is #F6AB60. Grayscale: #454545. Windows color (decimal): -16165729 or 10441737. OLE color: 10441737.

HSL color Cylindrical-coordinate representation of color #09549F: hue angle of 210º 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 #09549F is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 84 159 -
CMYK 0.94 0.47 0 0.38
HSL 210º 0.89% 0.33% -
HSV(B) 210º 0.94% 0.62% -
XYZ 9.54 8.9 34.02 -
YUV 70.13 178.15 84.4 -
System Red Green Blue C M Y K H S L
Decimal 9 84 159 0.94 0.47 0 0.38 210 0.89 0.33
Hex 9 54 9F 5E 2F 0 26 D2 59 21
Octal 11 124 237 136 57 0 46 322 131 41
Binary 1001 1010100 10011111 1011110 101111 0 100110 11010010 1011001 100001

Color Harmonies of #09549F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09549F

Black with #09549F

Text Example


Text Example

White with #09549F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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