Html Css Color HEX #09449A Cobalt

📋 copy color: '#09449A'

red 9 ◦ green 68 ◦ blue 154

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

Shades of Cobalt #09449A

Tints of Cobalt #09449A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 66.67%

R = 3.9%
G = 29.44%
B = 66.67%

CMYK

 C value IS 0.94

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#09449A (or 0x09449A) is known color: Cobalt. HEX triplet: 09, 44 and 9A. RGB value is (9,68,154). Sum of RGB (Red+Green+Blue) = 9+68+154=231 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.90% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 154 (60.55% from 255 or 66.67% from 231); Max value from RGB is 154 - color contains mainly: blue. Hex color #09449A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09449A is #F6BB65. Grayscale: #3B3B3B. Windows color (decimal): -16169830 or 10109961. OLE color: 10109961.

HSL color Cylindrical-coordinate representation of color #09449A: hue angle of 215.59º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09449A is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 68 154 -
CMYK 0.94 0.56 0 0.40
HSL 215.59º 0.89% 0.32% -
HSV(B) 215.59º 0.94% 0.6% -
XYZ 8.01 6.53 31.41 -
YUV 60.16 180.95 91.51 -
System Red Green Blue C M Y K H S L
Decimal 9 68 154 0.94 0.56 0 0.40 215.59 0.89 0.32
Hex 9 44 9A 5E 38 0 28 D8 59 20
Octal 11 104 232 136 70 0 50 330 131 40
Binary 1001 1000100 10011010 1011110 111000 0 101000 11011000 1011001 100000

Color Harmonies of #09449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09449A

Black with #09449A

Text Example


Text Example

White with #09449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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