Html Css Color HEX #09489E Cobalt

📋 copy color: '#09489E'

red 9 ◦ green 72 ◦ blue 158

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

Shades of Cobalt #09489E

Tints of Cobalt #09489E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 66.11%

R = 3.77%
G = 30.13%
B = 66.11%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09489E (or 0x09489E) is known color: Cobalt. HEX triplet: 09, 48 and 9E. RGB value is (9,72,158). Sum of RGB (Red+Green+Blue) = 9+72+158=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #09489E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09489E is #F6B761. Grayscale: #3E3E3E. Windows color (decimal): -16168802 or 10373129. OLE color: 10373129.

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

Color convert

RGB 9 72 158 -
CMYK 0.94 0.54 0 0.38
HSL 214.63º 0.89% 0.33% -
HSV(B) 214.63º 0.94% 0.62% -
XYZ 8.6 7.16 33.28 -
YUV 62.97 181.63 89.51 -
System Red Green Blue C M Y K H S L
Decimal 9 72 158 0.94 0.54 0 0.38 214.63 0.89 0.33
Hex 9 48 9E 5E 36 0 26 D7 59 21
Octal 11 110 236 136 66 0 46 327 131 41
Binary 1001 1001000 10011110 1011110 110110 0 100110 11010111 1011001 100001

Color Harmonies of #09489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09489E

Black with #09489E

Text Example


Text Example

White with #09489E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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