#0A6BBB

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

Shades of Denim #0A6BBB

Tints of Denim #0A6BBB

Color information

#0A6BBB (or 0x0A6BBB) is unknown color: approx Denim. HEX triplet: 0A, 6B and BB. RGB value is (10,107,187). Sum of RGB (Red+Green+Blue) = 10+107+187=304 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.29% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A6BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6BBB is #F59444. Grayscale: #565656. Windows color (decimal): -16094277 or 12282634. OLE color: 12282634.

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

Color convert

RGB10107187-
CMYK0.950.4300.27
HSL207.12º89.85%38.63%-
HSV(B)207.12º94.65%73.33%-
XYZ14.3514.1748.99-
YUV87.12184.3673-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.29%
GREEN value IS 107 (42.19% from 255) = 35.20%
BLUE value IS 187 (73.44% from 255) = 61.51%
R=3.29%
G=35.20%
B=61.51%

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
Decimal101071870.950.4300.27207.1289.8538.63
HexA6BBB5F2B01Bcf5a27
Octal121532731375303331713247
Binary10101101011101110111011111101011011011110011111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,107,187); }

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

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

 a { background-color: rgb(10,107,187); }

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

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

 span { border-color: rgb(10,107,187); }

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