Html Css Color HEX #095099 Cobalt

📋 copy color: '#095099'

red 9 ◦ green 80 ◦ blue 153

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

Shades of Cobalt #095099

Tints of Cobalt #095099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.06%

 BLUE value IS 153 (60.16% from 255) = 63.22%

R = 3.72%
G = 33.06%
B = 63.22%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#095099 (or 0x095099) is known color: Cobalt. HEX triplet: 09, 50 and 99. RGB value is (9,80,153). Sum of RGB (Red+Green+Blue) = 9+80+153=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #095099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095099 is #F6AF66. Grayscale: #424242. Windows color (decimal): -16166759 or 10047497. OLE color: 10047497.

HSL color Cylindrical-coordinate representation of color #095099: hue angle of 210.42º 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 #095099 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 9 80 153 -
CMYK 0.94 0.48 0 0.4
HSL 210.42º 0.89% 0.32% -
HSV(B) 210.42º 0.94% 0.6% -
XYZ 8.73 8.1 31.24 -
YUV 67.09 176.48 86.56 -
System Red Green Blue C M Y K H S L
Decimal 9 80 153 0.94 0.48 0 0.4 210.42 0.89 0.32
Hex 9 50 99 5E 30 0 28 D2 59 20
Octal 11 120 231 136 60 0 50 322 131 40
Binary 1001 1010000 10011001 1011110 110000 0 101000 11010010 1011001 100000

Color Harmonies of #095099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095099

Black with #095099

Text Example


Text Example

White with #095099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095099; }

 p { color: rgb(9,80,153); }

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

background-color css

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

 a { background-color: rgb(9,80,153); }

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

border-color css

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

 span { border-color: rgb(9,80,153); }

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