#0965B9

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

Shades of Denim #0965B9

Tints of Denim #0965B9

Color information

#0965B9 (or 0x0965B9) is unknown color: approx Denim. HEX triplet: 09, 65 and B9. RGB value is (9,101,185). Sum of RGB (Red+Green+Blue) = 9+101+185=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 185 (72.66% from 255 or 62.71% from 295); Max value from RGB is 185 - color contains mainly: blue. Hex color #0965B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0965B9 is #F69A46. Grayscale: #525252. Windows color (decimal): -16161351 or 12150025. OLE color: 12150025.

HSL color Cylindrical-coordinate representation of color #0965B9: hue angle of 208.64º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0965B9 is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9101185-
CMYK0.950.4500.27
HSL208.64º90.72%38.04%-
HSV(B)208.64º95.14%72.55%-
XYZ13.5212.8747.67-
YUV83.07185.5275.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.05%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 185 (72.66% from 255) = 62.71%
R=3.05%
G=34.24%
B=62.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal91011850.950.4500.27208.6490.7238.04
Hex965B95F2D01Bd15b26
Octal111452711375503332113346
Binary10011100101101110011011111101101011011110100011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0965B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0965B9; }

 p { color: rgb(9,101,185); }

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

<style>
 a { background-color: #0965B9; }

 a { background-color: rgb(9,101,185); }

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

<style>
 span { border-color: #0965B9; }

 span { border-color: rgb(9,101,185); }

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