Html Css Color HEX #095499 Cobalt

📋 copy color: '#095499'

red 9 ◦ green 84 ◦ blue 153

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

Shades of Cobalt #095499

Tints of Cobalt #095499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.15%

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

R = 3.66%
G = 34.15%
B = 62.2%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#095499 (or 0x095499) is known color: Cobalt. HEX triplet: 09, 54 and 99. RGB value is (9,84,153). Sum of RGB (Red+Green+Blue) = 9+84+153=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #095499 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095499 is #F6AB66. Grayscale: #454545. Windows color (decimal): -16165735 or 10048521. OLE color: 10048521.

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

Color convert

RGB 9 84 153 -
CMYK 0.94 0.45 0 0.4
HSL 208.75º 0.89% 0.32% -
HSV(B) 208.75º 0.94% 0.6% -
XYZ 9.03 8.7 31.34 -
YUV 69.44 175.15 84.89 -
System Red Green Blue C M Y K H S L
Decimal 9 84 153 0.94 0.45 0 0.4 208.75 0.89 0.32
Hex 9 54 99 5E 2D 0 28 D1 59 20
Octal 11 124 231 136 55 0 50 321 131 40
Binary 1001 1010100 10011001 1011110 101101 0 101000 11010001 1011001 100000

Color Harmonies of #095499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095499

Black with #095499

Text Example


Text Example

White with #095499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095499; }

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

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

background-color css

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

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

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

border-color css

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

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

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