#095FAE

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

Shades of Denim #095FAE

Tints of Denim #095FAE

Color information

#095FAE (or 0x095FAE) is unknown color: approx Denim. HEX triplet: 09, 5F and AE. RGB value is (9,95,174). Sum of RGB (Red+Green+Blue) = 9+95+174=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #095FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095FAE is #F6A051. Grayscale: #4D4D4D. Windows color (decimal): -16162898 or 11427593. OLE color: 11427593.

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

Color convert

RGB995174-
CMYK0.950.4500.32
HSL208.73º90.16%35.88%-
HSV(B)208.73º94.83%68.24%-
XYZ11.8411.341.6-
YUV78.29182.0178.58-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.24%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 174 (68.36% from 255) = 62.59%
R=3.24%
G=34.17%
B=62.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9951740.950.4500.32208.7390.1635.88
Hex95FAE5F2D020d15a24
Octal111372561375504032113244
Binary100110111111010111010111111011010100000110100011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,95,174); }

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

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

 a { background-color: rgb(9,95,174); }

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

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

 span { border-color: rgb(9,95,174); }

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