#095BBF

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

Shades of Denim #095BBF

Tints of Denim #095BBF

Color information

#095BBF (or 0x095BBF) is unknown color: approx Denim. HEX triplet: 09, 5B and BF. RGB value is (9,91,191). Sum of RGB (Red+Green+Blue) = 9+91+191=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 191 (75% from 255 or 65.64% from 291); Max value from RGB is 191 - color contains mainly: blue. Hex color #095BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BBF is #F6A440. Grayscale: #4D4D4D. Windows color (decimal): -16163905 or 12540681. OLE color: 12540681.

HSL color Cylindrical-coordinate representation of color #095BBF: hue angle of 212.97º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095BBF is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB991191-
CMYK0.950.5200.25
HSL212.97º91%39.22%-
HSV(B)212.97º95.29%74.9%-
XYZ13.2611.350.77-
YUV77.88191.8378.87-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.09%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 191 (75% from 255) = 65.64%
R=3.09%
G=31.27%
B=65.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal9911910.950.5200.25212.979139.22
Hex95BBF5F34019d55b27
Octal111332771376403132513347
Binary10011011011101111111011111110100011001110101011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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