#095E9D

Color #095E9D Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #095E9D

Tints of Cobalt #095E9D

Color information

#095E9D (or 0x095E9D) is unknown color: approx Cobalt. HEX triplet: 09, 5E and 9D. RGB value is (9,94,157). Sum of RGB (Red+Green+Blue) = 9+94+157=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #095E9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E9D is #F6A162. Grayscale: #4B4B4B. Windows color (decimal): -16163171 or 10313225. OLE color: 10313225.

HSL color Cylindrical-coordinate representation of color #095E9D: hue angle of 205.54º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095E9D is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB994157-
CMYK0.940.4000.38
HSL205.54º89.16%32.55%-
HSV(B)205.54º94.27%61.57%-
XYZ10.210.533.39-
YUV75.77173.8480.38-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.46%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 157 (61.72% from 255) = 60.38%
R=3.46%
G=36.15%
B=60.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9941570.940.4000.38205.5489.1632.55
Hex95E9D5E28026ce5921
Octal111362351365004631613141
Binary100110111101001110110111101010000100110110011101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #095E9D;
 }
 .AnyTagClassName
 {
   color: #095E9D;
 }
</style>
background-color css

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

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

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

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

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

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