Html Css Color HEX #09469B Cobalt

📋 copy color: '#09469B'

red 9 ◦ green 70 ◦ blue 155

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

Shades of Cobalt #09469B

Tints of Cobalt #09469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 66.24%

R = 3.85%
G = 29.91%
B = 66.24%

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

#09469B (or 0x09469B) is known color: Cobalt. HEX triplet: 09, 46 and 9B. RGB value is (9,70,155). Sum of RGB (Red+Green+Blue) = 9+70+155=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #09469B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09469B is #F6B964. Grayscale: #3D3D3D. Windows color (decimal): -16169317 or 10176009. OLE color: 10176009.

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

Color convert

RGB 9 70 155 -
CMYK 0.94 0.55 0 0.39
HSL 214.93º 0.89% 0.32% -
HSV(B) 214.93º 0.94% 0.61% -
XYZ 8.22 6.8 31.89 -
YUV 61.45 180.79 90.59 -
System Red Green Blue C M Y K H S L
Decimal 9 70 155 0.94 0.55 0 0.39 214.93 0.89 0.32
Hex 9 46 9B 5E 37 0 27 D7 59 20
Octal 11 106 233 136 67 0 47 327 131 40
Binary 1001 1000110 10011011 1011110 110111 0 100111 11010111 1011001 100000

Color Harmonies of #09469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09469B

Black with #09469B

Text Example


Text Example

White with #09469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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