Html Css Color HEX #09459A Cobalt

📋 copy color: '#09459A'

red 9 ◦ green 69 ◦ blue 154

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

Shades of Cobalt #09459A

Tints of Cobalt #09459A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.74%

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

R = 3.88%
G = 29.74%
B = 66.38%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#09459A (or 0x09459A) is known color: Cobalt. HEX triplet: 09, 45 and 9A. RGB value is (9,69,154). Sum of RGB (Red+Green+Blue) = 9+69+154=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #09459A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09459A is #F6BA65. Grayscale: #3C3C3C. Windows color (decimal): -16169574 or 10110217. OLE color: 10110217.

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

Color convert

RGB 9 69 154 -
CMYK 0.94 0.55 0 0.40
HSL 215.17º 0.89% 0.32% -
HSV(B) 215.17º 0.94% 0.6% -
XYZ 8.07 6.65 31.43 -
YUV 60.75 180.62 91.09 -
System Red Green Blue C M Y K H S L
Decimal 9 69 154 0.94 0.55 0 0.40 215.17 0.89 0.32
Hex 9 45 9A 5E 37 0 28 D7 59 20
Octal 11 105 232 136 67 0 50 327 131 40
Binary 1001 1000101 10011010 1011110 110111 0 101000 11010111 1011001 100000

Color Harmonies of #09459A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09459A

Black with #09459A

Text Example


Text Example

White with #09459A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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