Html Css Color HEX #09469E Cobalt

📋 copy color: '#09469E'

red 9 ◦ green 70 ◦ blue 158

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

Shades of Cobalt #09469E

Tints of Cobalt #09469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.54%

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

R = 3.8%
G = 29.54%
B = 66.67%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09469E (or 0x09469E) is known color: Cobalt. HEX triplet: 09, 46 and 9E. RGB value is (9,70,158). Sum of RGB (Red+Green+Blue) = 9+70+158=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #09469E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09469E is #F6B961. Grayscale: #3D3D3D. Windows color (decimal): -16169314 or 10372617. OLE color: 10372617.

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

Color convert

RGB 9 70 158 -
CMYK 0.94 0.56 0 0.38
HSL 215.44º 0.89% 0.33% -
HSV(B) 215.44º 0.94% 0.62% -
XYZ 8.47 6.91 33.23 -
YUV 61.79 182.29 90.34 -
System Red Green Blue C M Y K H S L
Decimal 9 70 158 0.94 0.56 0 0.38 215.44 0.89 0.33
Hex 9 46 9E 5E 38 0 26 D7 59 21
Octal 11 106 236 136 70 0 46 327 131 41
Binary 1001 1000110 10011110 1011110 111000 0 100110 11010111 1011001 100001

Color Harmonies of #09469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09469E

Black with #09469E

Text Example


Text Example

White with #09469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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