Html Css Color HEX #09449B Cobalt

📋 copy color: '#09449B'

red 9 ◦ green 68 ◦ blue 155

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

Shades of Cobalt #09449B

Tints of Cobalt #09449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

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

R = 3.88%
G = 29.31%
B = 66.81%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09449B (or 0x09449B) is known color: Cobalt. HEX triplet: 09, 44 and 9B. RGB value is (9,68,155). Sum of RGB (Red+Green+Blue) = 9+68+155=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #09449B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09449B is #F6BB64. Grayscale: #3B3B3B. Windows color (decimal): -16169829 or 10175497. OLE color: 10175497.

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

Color convert

RGB 9 68 155 -
CMYK 0.94 0.56 0 0.39
HSL 215.75º 0.89% 0.32% -
HSV(B) 215.75º 0.94% 0.61% -
XYZ 8.1 6.56 31.85 -
YUV 60.28 181.45 91.43 -
System Red Green Blue C M Y K H S L
Decimal 9 68 155 0.94 0.56 0 0.39 215.75 0.89 0.32
Hex 9 44 9B 5E 38 0 27 D8 59 20
Octal 11 104 233 136 70 0 47 330 131 40
Binary 1001 1000100 10011011 1011110 111000 0 100111 11011000 1011001 100000

Color Harmonies of #09449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09449B

Black with #09449B

Text Example


Text Example

White with #09449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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