#095DA5

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

Shades of Cobalt #095DA5

Tints of Cobalt #095DA5

Color information

#095DA5 (or 0x095DA5) is unknown color: approx Cobalt. HEX triplet: 09, 5D and A5. RGB value is (9,93,165). Sum of RGB (Red+Green+Blue) = 9+93+165=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 165 (64.84% from 255 or 61.80% from 267); Max value from RGB is 165 - color contains mainly: blue. Hex color #095DA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095DA5 is #F6A25A. Grayscale: #4B4B4B. Windows color (decimal): -16163419 or 10837257. OLE color: 10837257.

HSL color Cylindrical-coordinate representation of color #095DA5: hue angle of 207.69º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095DA5 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB993165-
CMYK0.950.4400.35
HSL207.69º89.66%34.12%-
HSV(B)207.69º94.55%64.71%-
XYZ10.8210.637.07-
YUV76.09178.1780.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.37%
GREEN value IS 93 (36.72% from 255) = 34.83%
BLUE value IS 165 (64.84% from 255) = 61.80%
R=3.37%
G=34.83%
B=61.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9931650.950.4400.35207.6989.6634.12
Hex95DA55F2C023d05a22
Octal111352451375404332013242
Binary100110111011010010110111111011000100011110100001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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