#095D9D

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

Shades of Cobalt #095D9D

Tints of Cobalt #095D9D

Color information

#095D9D (or 0x095D9D) is unknown color: approx Cobalt. HEX triplet: 09, 5D and 9D. RGB value is (9,93,157). Sum of RGB (Red+Green+Blue) = 9+93+157=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #095D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095D9D is #F6A262. Grayscale: #4A4A4A. Windows color (decimal): -16163427 or 10312969. OLE color: 10312969.

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

Color convert

RGB993157-
CMYK0.940.4100.38
HSL205.95º89.16%32.55%-
HSV(B)205.95º94.27%61.57%-
XYZ10.1110.3233.36-
YUV75.18174.1780.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.47%
GREEN value IS 93 (36.72% from 255) = 35.91%
BLUE value IS 157 (61.72% from 255) = 60.62%
R=3.47%
G=35.91%
B=60.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9931570.940.4100.38205.9589.1632.55
Hex95D9D5E29026ce5921
Octal111352351365104631613141
Binary100110111011001110110111101010010100110110011101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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