#0D6ABA

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

Shades of Denim #0D6ABA

Tints of Denim #0D6ABA

Color information

#0D6ABA (or 0x0D6ABA) is unknown color: approx Denim. HEX triplet: 0D, 6A and BA. RGB value is (13,106,186). Sum of RGB (Red+Green+Blue) = 13+106+186=305 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.26% from 305); Green value is 106 (41.80% from 255 or 34.75% 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 #0D6ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D6ABA is #F29545. Grayscale: #565656. Windows color (decimal): -15897926 or 12216845. OLE color: 12216845.

HSL color Cylindrical-coordinate representation of color #0D6ABA: hue angle of 207.75º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D6ABA is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13106186-
CMYK0.930.4300.27
HSL207.75º86.93%39.02%-
HSV(B)207.75º93.01%72.94%-
XYZ14.1813.9448.4-
YUV87.31183.6975-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.26%
GREEN value IS 106 (41.80% from 255) = 34.75%
BLUE value IS 186 (73.05% from 255) = 60.98%
R=4.26%
G=34.75%
B=60.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131061860.930.4300.27207.7586.9339.02
HexD6ABA5D2B01Bd05727
Octal151522721355303332012747
Binary11011101010101110101011101101011011011110100001010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,106,186); }

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

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

 a { background-color: rgb(13,106,186); }

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

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

 span { border-color: rgb(13,106,186); }

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