Html Css Color HEX #09469C Cobalt

📋 copy color: '#09469C'

red 9 ◦ green 70 ◦ blue 156

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

Shades of Cobalt #09469C

Tints of Cobalt #09469C

RGB

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

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

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

R = 3.83%
G = 29.79%
B = 66.38%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09469C (or 0x09469C) is known color: Cobalt. HEX triplet: 09, 46 and 9C. RGB value is (9,70,156). Sum of RGB (Red+Green+Blue) = 9+70+156=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #09469C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09469C is #F6B963. Grayscale: #3D3D3D. Windows color (decimal): -16169316 or 10241545. OLE color: 10241545.

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

Color convert

RGB 9 70 156 -
CMYK 0.94 0.55 0 0.39
HSL 215.1º 0.89% 0.32% -
HSV(B) 215.1º 0.94% 0.61% -
XYZ 8.3 6.84 32.33 -
YUV 61.57 181.29 90.51 -
System Red Green Blue C M Y K H S L
Decimal 9 70 156 0.94 0.55 0 0.39 215.1 0.89 0.32
Hex 9 46 9C 5E 37 0 27 D7 59 20
Octal 11 106 234 136 67 0 47 327 131 40
Binary 1001 1000110 10011100 1011110 110111 0 100111 11010111 1011001 100000

Color Harmonies of #09469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09469C

Black with #09469C

Text Example


Text Example

White with #09469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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