#095BAC

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

Shades of Denim #095BAC

Tints of Denim #095BAC

Color information

#095BAC (or 0x095BAC) is unknown color: approx Denim. HEX triplet: 09, 5B and AC. RGB value is (9,91,172). Sum of RGB (Red+Green+Blue) = 9+91+172=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #095BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095BAC is #F6A453. Grayscale: #4B4B4B. Windows color (decimal): -16163924 or 11295497. OLE color: 11295497.

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

Color convert

RGB991172-
CMYK0.950.4700.33
HSL209.82º90.06%35.49%-
HSV(B)209.82º94.77%67.45%-
XYZ11.310.5240.46-
YUV75.72182.3380.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.31%
GREEN value IS 91 (35.94% from 255) = 33.46%
BLUE value IS 172 (67.58% from 255) = 63.24%
R=3.31%
G=33.46%
B=63.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9911720.950.4700.33209.8290.0635.49
Hex95BAC5F2F021d25a23
Octal111332541375704132213243
Binary100110110111010110010111111011110100001110100101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,91,172); }

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

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

 a { background-color: rgb(9,91,172); }

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

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

 span { border-color: rgb(9,91,172); }

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