#0A6DBA

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

Shades of Denim #0A6DBA

Tints of Denim #0A6DBA

Color information

#0A6DBA (or 0x0A6DBA) is unknown color: approx Denim. HEX triplet: 0A, 6D and BA. RGB value is (10,109,186). Sum of RGB (Red+Green+Blue) = 10+109+186=305 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.28% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A6DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6DBA is #F59245. Grayscale: #575757. Windows color (decimal): -16093766 or 12217610. OLE color: 12217610.

HSL color Cylindrical-coordinate representation of color #0A6DBA: hue angle of 206.25º degrees, saturation: 0.9, 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 #0A6DBA is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10109186-
CMYK0.950.4100.27
HSL206.25º89.8%38.43%-
HSV(B)206.25º94.62%72.94%-
XYZ14.4614.5548.5-
YUV88.18183.272.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.28%
GREEN value IS 109 (42.97% from 255) = 35.74%
BLUE value IS 186 (73.05% from 255) = 60.98%
R=3.28%
G=35.74%
B=60.98%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101091860.950.4100.27206.2589.838.43
HexA6DBA5F2901Bce5a26
Octal121552721375103331613246
Binary10101101101101110101011111101001011011110011101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,109,186); }

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

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

 a { background-color: rgb(10,109,186); }

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

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

 span { border-color: rgb(10,109,186); }

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