Html Css Color HEX #09479A Cobalt

📋 copy color: '#09479A'

red 9 ◦ green 71 ◦ blue 154

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

Shades of Cobalt #09479A

Tints of Cobalt #09479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.34%

 BLUE value IS 154 (60.55% from 255) = 65.81%

R = 3.85%
G = 30.34%
B = 65.81%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#09479A (or 0x09479A) is known color: Cobalt. HEX triplet: 09, 47 and 9A. RGB value is (9,71,154). Sum of RGB (Red+Green+Blue) = 9+71+154=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #09479A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09479A is #F6B865. Grayscale: #3D3D3D. Windows color (decimal): -16169062 or 10110729. OLE color: 10110729.

HSL color Cylindrical-coordinate representation of color #09479A: hue angle of 214.34º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09479A is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 71 154 -
CMYK 0.94 0.54 0 0.40
HSL 214.34º 0.89% 0.32% -
HSV(B) 214.34º 0.94% 0.6% -
XYZ 8.2 6.9 31.47 -
YUV 61.92 179.96 90.25 -
System Red Green Blue C M Y K H S L
Decimal 9 71 154 0.94 0.54 0 0.40 214.34 0.89 0.32
Hex 9 47 9A 5E 36 0 28 D6 59 20
Octal 11 107 232 136 66 0 50 326 131 40
Binary 1001 1000111 10011010 1011110 110110 0 101000 11010110 1011001 100000

Color Harmonies of #09479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09479A

Black with #09479A

Text Example


Text Example

White with #09479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09479A; }

 p { color: rgb(9,71,154); }

 H1.HeaderClassName
 {
   color: #09479A;
 }
 .AnyTagClassName
 {
   color: #09479A;
 }
</style>

background-color css

<style>
 a { background-color: #09479A; }

 a { background-color: rgb(9,71,154); }

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

border-color css

<style>
 span { border-color: #09479A; }

 span { border-color: rgb(9,71,154); }

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