Html Css Color HEX #095E99 Cobalt

📋 copy color: '#095E99'

red 9 ◦ green 94 ◦ blue 153

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

Shades of Cobalt #095E99

Tints of Cobalt #095E99

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.72%

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

R = 3.52%
G = 36.72%
B = 59.77%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#095E99 (or 0x095E99) is known color: Cobalt. HEX triplet: 09, 5E and 99. RGB value is (9,94,153). Sum of RGB (Red+Green+Blue) = 9+94+153=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #095E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E99 is #F6A166. Grayscale: #4A4A4A. Windows color (decimal): -16163175 or 10051081. OLE color: 10051081.

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

Color convert

RGB 9 94 153 -
CMYK 0.94 0.39 0 0.4
HSL 204.58º 0.89% 0.32% -
HSV(B) 204.58º 0.94% 0.6% -
XYZ 9.87 10.36 31.62 -
YUV 75.31 171.84 80.7 -
System Red Green Blue C M Y K H S L
Decimal 9 94 153 0.94 0.39 0 0.4 204.58 0.89 0.32
Hex 9 5E 99 5E 27 0 28 CD 59 20
Octal 11 136 231 136 47 0 50 315 131 40
Binary 1001 1011110 10011001 1011110 100111 0 101000 11001101 1011001 100000

Color Harmonies of #095E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E99

Black with #095E99

Text Example


Text Example

White with #095E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095E99; }

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

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

background-color css

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

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

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

border-color css

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

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

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