#095FAA

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

Shades of Denim #095FAA

Tints of Denim #095FAA

Color information

#095FAA (or 0x095FAA) is unknown color: approx Denim. HEX triplet: 09, 5F and AA. RGB value is (9,95,170). Sum of RGB (Red+Green+Blue) = 9+95+170=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #095FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095FAA is #F6A055. Grayscale: #4D4D4D. Windows color (decimal): -16162902 or 11165449. OLE color: 11165449.

HSL color Cylindrical-coordinate representation of color #095FAA: hue angle of 207.95º 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 #095FAA is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB995170-
CMYK0.950.4400.33
HSL207.95º89.94%35.1%-
HSV(B)207.95º94.71%66.67%-
XYZ11.4611.1439.58-
YUV77.84180.0178.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.28%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 170 (66.80% from 255) = 62.04%
R=3.28%
G=34.67%
B=62.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9951700.950.4400.33207.9589.9435.1
Hex95FAA5F2C021d05a23
Octal111372521375404132013243
Binary100110111111010101010111111011000100001110100001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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