#095C9E

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

Shades of Cobalt #095C9E

Tints of Cobalt #095C9E

Color information

#095C9E (or 0x095C9E) is unknown color: approx Cobalt. HEX triplet: 09, 5C and 9E. RGB value is (9,92,158). Sum of RGB (Red+Green+Blue) = 9+92+158=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #095C9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095C9E is #F6A361. Grayscale: #4A4A4A. Windows color (decimal): -16163682 or 10378249. OLE color: 10378249.

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

Color convert

RGB992158-
CMYK0.940.4200.38
HSL206.58º89.22%32.75%-
HSV(B)206.58º94.3%61.96%-
XYZ10.1110.1833.78-
YUV74.7117581.13-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.47%
GREEN value IS 92 (36.33% from 255) = 35.52%
BLUE value IS 158 (62.11% from 255) = 61.00%
R=3.47%
G=35.52%
B=61.00%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9921580.940.4200.38206.5889.2232.75
Hex95C9E5E2A026cf5921
Octal111342361365204631713141
Binary100110111001001111010111101010100100110110011111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,92,158); }

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

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

 a { background-color: rgb(9,92,158); }

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

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

 span { border-color: rgb(9,92,158); }

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