Html Css Color HEX #09499B Cobalt

📋 copy color: '#09499B'

red 9 ◦ green 73 ◦ blue 155

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

Shades of Cobalt #09499B

Tints of Cobalt #09499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.8%

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

R = 3.8%
G = 30.8%
B = 65.4%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09499B (or 0x09499B) is known color: Cobalt. HEX triplet: 09, 49 and 9B. RGB value is (9,73,155). Sum of RGB (Red+Green+Blue) = 9+73+155=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #09499B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09499B is #F6B664. Grayscale: #3E3E3E. Windows color (decimal): -16168549 or 10176777. OLE color: 10176777.

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

Color convert

RGB 9 73 155 -
CMYK 0.94 0.53 0 0.39
HSL 213.7º 0.89% 0.32% -
HSV(B) 213.7º 0.94% 0.61% -
XYZ 8.41 7.19 31.95 -
YUV 63.21 179.8 89.33 -
System Red Green Blue C M Y K H S L
Decimal 9 73 155 0.94 0.53 0 0.39 213.7 0.89 0.32
Hex 9 49 9B 5E 35 0 27 D6 59 20
Octal 11 111 233 136 65 0 47 326 131 40
Binary 1001 1001001 10011011 1011110 110101 0 100111 11010110 1011001 100000

Color Harmonies of #09499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09499B

Black with #09499B

Text Example


Text Example

White with #09499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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