Html Css Color HEX #09459F Cobalt

📋 copy color: '#09459F'

red 9 ◦ green 69 ◦ blue 159

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

Shades of Cobalt #09459F

Tints of Cobalt #09459F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 67.09%

R = 3.8%
G = 29.11%
B = 67.09%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09459F (or 0x09459F) is known color: Cobalt. HEX triplet: 09, 45 and 9F. RGB value is (9,69,159). Sum of RGB (Red+Green+Blue) = 9+69+159=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #09459F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09459F is #F6BA60. Grayscale: #3C3C3C. Windows color (decimal): -16169569 or 10437897. OLE color: 10437897.

HSL color Cylindrical-coordinate representation of color #09459F: hue angle of 216º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09459F is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 69 159 -
CMYK 0.94 0.57 0 0.38
HSL 216º 0.89% 0.33% -
HSV(B) 216º 0.94% 0.62% -
XYZ 8.5 6.82 33.67 -
YUV 61.32 183.12 90.68 -
System Red Green Blue C M Y K H S L
Decimal 9 69 159 0.94 0.57 0 0.38 216 0.89 0.33
Hex 9 45 9F 5E 39 0 26 D8 59 21
Octal 11 105 237 136 71 0 46 330 131 41
Binary 1001 1000101 10011111 1011110 111001 0 100110 11011000 1011001 100001

Color Harmonies of #09459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09459F

Black with #09459F

Text Example


Text Example

White with #09459F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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