#0B69AD

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

Shades of Denim #0B69AD

Tints of Denim #0B69AD

Color information

#0B69AD (or 0x0B69AD) is unknown color: approx Denim. HEX triplet: 0B, 69 and AD. RGB value is (11,105,173). Sum of RGB (Red+Green+Blue) = 11+105+173=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B69AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B69AD is #F49652. Grayscale: #545454. Windows color (decimal): -16029267 or 11364619. OLE color: 11364619.

HSL color Cylindrical-coordinate representation of color #0B69AD: hue angle of 205.19º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B69AD is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11105173-
CMYK0.940.3900.32
HSL205.19º88.04%36.08%-
HSV(B)205.19º93.64%67.84%-
XYZ12.7313.1941.41-
YUV84.65177.8675.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.81%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 173 (67.97% from 255) = 59.86%
R=3.81%
G=36.33%
B=59.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111051730.940.3900.32205.1988.0436.08
HexB69AD5E27020cd5824
Octal131512551364704031513044
Binary101111010011010110110111101001110100000110011011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B69AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B69AD; }

 p { color: rgb(11,105,173); }

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

<style>
 a { background-color: #0B69AD; }

 a { background-color: rgb(11,105,173); }

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

<style>
 span { border-color: #0B69AD; }

 span { border-color: rgb(11,105,173); }

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