Html Css Color HEX #095699 Cobalt

📋 copy color: '#095699'

red 9 ◦ green 86 ◦ blue 153

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

Shades of Cobalt #095699

Tints of Cobalt #095699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.68%

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

R = 3.63%
G = 34.68%
B = 61.69%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#095699 (or 0x095699) is known color: Cobalt. HEX triplet: 09, 56 and 99. RGB value is (9,86,153). Sum of RGB (Red+Green+Blue) = 9+86+153=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #095699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095699 is #F6A966. Grayscale: #464646. Windows color (decimal): -16165223 or 10049033. OLE color: 10049033.

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

Color convert

RGB 9 86 153 -
CMYK 0.94 0.44 0 0.4
HSL 207.92º 0.89% 0.32% -
HSV(B) 207.92º 0.94% 0.6% -
XYZ 9.19 9.01 31.39 -
YUV 70.62 174.49 84.05 -
System Red Green Blue C M Y K H S L
Decimal 9 86 153 0.94 0.44 0 0.4 207.92 0.89 0.32
Hex 9 56 99 5E 2C 0 28 D0 59 20
Octal 11 126 231 136 54 0 50 320 131 40
Binary 1001 1010110 10011001 1011110 101100 0 101000 11010000 1011001 100000

Color Harmonies of #095699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095699

Black with #095699

Text Example


Text Example

White with #095699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095699; }

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

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

background-color css

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

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

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

border-color css

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

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

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