Html Css Color HEX #095199 Cobalt

📋 copy color: '#095199'

red 9 ◦ green 81 ◦ blue 153

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

Shades of Cobalt #095199

Tints of Cobalt #095199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.33%

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

R = 3.7%
G = 33.33%
B = 62.96%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#095199 (or 0x095199) is known color: Cobalt. HEX triplet: 09, 51 and 99. RGB value is (9,81,153). Sum of RGB (Red+Green+Blue) = 9+81+153=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #095199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095199 is #F6AE66. Grayscale: #434343. Windows color (decimal): -16166503 or 10047753. OLE color: 10047753.

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

Color convert

RGB 9 81 153 -
CMYK 0.94 0.47 0 0.4
HSL 210º 0.89% 0.32% -
HSV(B) 210º 0.94% 0.6% -
XYZ 8.8 8.24 31.26 -
YUV 67.68 176.15 86.15 -
System Red Green Blue C M Y K H S L
Decimal 9 81 153 0.94 0.47 0 0.4 210 0.89 0.32
Hex 9 51 99 5E 2F 0 28 D2 59 20
Octal 11 121 231 136 57 0 50 322 131 40
Binary 1001 1010001 10011001 1011110 101111 0 101000 11010010 1011001 100000

Color Harmonies of #095199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095199

Black with #095199

Text Example


Text Example

White with #095199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095199; }

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

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

background-color css

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

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

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

border-color css

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

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

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