Html Css Color HEX #09499C Cobalt

📋 copy color: '#09499C'

red 9 ◦ green 73 ◦ blue 156

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

Shades of Cobalt #09499C

Tints of Cobalt #09499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.55%

R = 3.78%
G = 30.67%
B = 65.55%

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

#09499C (or 0x09499C) is known color: Cobalt. HEX triplet: 09, 49 and 9C. RGB value is (9,73,156). Sum of RGB (Red+Green+Blue) = 9+73+156=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #09499C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09499C is #F6B663. Grayscale: #3E3E3E. Windows color (decimal): -16168548 or 10242313. OLE color: 10242313.

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

Color convert

RGB 9 73 156 -
CMYK 0.94 0.53 0 0.39
HSL 213.88º 0.89% 0.32% -
HSV(B) 213.88º 0.94% 0.61% -
XYZ 8.5 7.22 32.4 -
YUV 63.33 180.3 89.25 -
System Red Green Blue C M Y K H S L
Decimal 9 73 156 0.94 0.53 0 0.39 213.88 0.89 0.32
Hex 9 49 9C 5E 35 0 27 D6 59 20
Octal 11 111 234 136 65 0 47 326 131 40
Binary 1001 1001001 10011100 1011110 110101 0 100111 11010110 1011001 100000

Color Harmonies of #09499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09499C

Black with #09499C

Text Example


Text Example

White with #09499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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