#0A6AB9

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

Shades of Denim #0A6AB9

Tints of Denim #0A6AB9

Color information

#0A6AB9 (or 0x0A6AB9) is unknown color: approx Denim. HEX triplet: 0A, 6A and B9. RGB value is (10,106,185). Sum of RGB (Red+Green+Blue) = 10+106+185=301 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.32% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #0A6AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6AB9 is #F59546. Grayscale: #555555. Windows color (decimal): -16094535 or 12151306. OLE color: 12151306.

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

Color convert

RGB10106185-
CMYK0.950.4300.27
HSL207.09º89.74%38.24%-
HSV(B)207.09º94.59%72.55%-
XYZ14.0413.8847.84-
YUV86.3183.773.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.32%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 185 (72.66% from 255) = 61.46%
R=3.32%
G=35.22%
B=61.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101061850.950.4300.27207.0989.7438.24
HexA6AB95F2B01Bcf5a26
Octal121522711375303331713246
Binary10101101010101110011011111101011011011110011111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,106,185); }

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

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

 a { background-color: rgb(10,106,185); }

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

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

 span { border-color: rgb(10,106,185); }

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