Html Css Color HEX #09489C Cobalt

📋 copy color: '#09489C'

red 9 ◦ green 72 ◦ blue 156

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

Shades of Cobalt #09489C

Tints of Cobalt #09489C

RGB

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

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

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

R = 3.8%
G = 30.38%
B = 65.82%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09489C (or 0x09489C) is known color: Cobalt. HEX triplet: 09, 48 and 9C. RGB value is (9,72,156). Sum of RGB (Red+Green+Blue) = 9+72+156=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #09489C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09489C is #F6B763. Grayscale: #3E3E3E. Windows color (decimal): -16168804 or 10242057. OLE color: 10242057.

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

Color convert

RGB 9 72 156 -
CMYK 0.94 0.54 0 0.39
HSL 214.29º 0.89% 0.32% -
HSV(B) 214.29º 0.94% 0.61% -
XYZ 8.43 7.09 32.38 -
YUV 62.74 180.63 89.67 -
System Red Green Blue C M Y K H S L
Decimal 9 72 156 0.94 0.54 0 0.39 214.29 0.89 0.32
Hex 9 48 9C 5E 36 0 27 D6 59 20
Octal 11 110 234 136 66 0 47 326 131 40
Binary 1001 1001000 10011100 1011110 110110 0 100111 11010110 1011001 100000

Color Harmonies of #09489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09489C

Black with #09489C

Text Example


Text Example

White with #09489C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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