Html Css Color HEX #09489F Cobalt

📋 copy color: '#09489F'

red 9 ◦ green 72 ◦ blue 159

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

Shades of Cobalt #09489F

Tints of Cobalt #09489F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30%

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

R = 3.75%
G = 30%
B = 66.25%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09489F (or 0x09489F) is known color: Cobalt. HEX triplet: 09, 48 and 9F. RGB value is (9,72,159). Sum of RGB (Red+Green+Blue) = 9+72+159=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #09489F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09489F is #F6B760. Grayscale: #3E3E3E. Windows color (decimal): -16168801 or 10438665. OLE color: 10438665.

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

Color convert

RGB 9 72 159 -
CMYK 0.94 0.55 0 0.38
HSL 214.8º 0.89% 0.33% -
HSV(B) 214.8º 0.94% 0.62% -
XYZ 8.69 7.2 33.73 -
YUV 63.08 182.13 89.43 -
System Red Green Blue C M Y K H S L
Decimal 9 72 159 0.94 0.55 0 0.38 214.8 0.89 0.33
Hex 9 48 9F 5E 37 0 26 D7 59 21
Octal 11 110 237 136 67 0 46 327 131 41
Binary 1001 1001000 10011111 1011110 110111 0 100110 11010111 1011001 100001

Color Harmonies of #09489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09489F

Black with #09489F

Text Example


Text Example

White with #09489F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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