Html Css Color HEX #09489B Cobalt

📋 copy color: '#09489B'

red 9 ◦ green 72 ◦ blue 155

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

Shades of Cobalt #09489B

Tints of Cobalt #09489B

RGB

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

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

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

R = 3.81%
G = 30.51%
B = 65.68%

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

#09489B (or 0x09489B) is known color: Cobalt. HEX triplet: 09, 48 and 9B. RGB value is (9,72,155). Sum of RGB (Red+Green+Blue) = 9+72+155=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #09489B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09489B is #F6B764. Grayscale: #3E3E3E. Windows color (decimal): -16168805 or 10176521. OLE color: 10176521.

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

Color convert

RGB 9 72 155 -
CMYK 0.94 0.54 0 0.39
HSL 214.11º 0.89% 0.32% -
HSV(B) 214.11º 0.94% 0.61% -
XYZ 8.35 7.06 31.93 -
YUV 62.63 180.13 89.75 -
System Red Green Blue C M Y K H S L
Decimal 9 72 155 0.94 0.54 0 0.39 214.11 0.89 0.32
Hex 9 48 9B 5E 36 0 27 D6 59 20
Octal 11 110 233 136 66 0 47 326 131 40
Binary 1001 1001000 10011011 1011110 110110 0 100111 11010110 1011001 100000

Color Harmonies of #09489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09489B

Black with #09489B

Text Example


Text Example

White with #09489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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