#095EAA

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

Shades of Denim #095EAA

Tints of Denim #095EAA

Color information

#095EAA (or 0x095EAA) is unknown color: approx Denim. HEX triplet: 09, 5E and AA. RGB value is (9,94,170). Sum of RGB (Red+Green+Blue) = 9+94+170=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #095EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095EAA is #F6A155. Grayscale: #4C4C4C. Windows color (decimal): -16163158 or 11165193. OLE color: 11165193.

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

Color convert

RGB994170-
CMYK0.950.4500.33
HSL208.32º89.94%35.1%-
HSV(B)208.32º94.71%66.67%-
XYZ11.3710.9739.55-
YUV77.25180.3479.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.30%
GREEN value IS 94 (37.11% from 255) = 34.43%
BLUE value IS 170 (66.80% from 255) = 62.27%
R=3.30%
G=34.43%
B=62.27%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9941700.950.4500.33208.3289.9435.1
Hex95EAA5F2D021d05a23
Octal111362521375504132013243
Binary100110111101010101010111111011010100001110100001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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