#0A6BBE

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

Shades of Denim #0A6BBE

Tints of Denim #0A6BBE

Color information

#0A6BBE (or 0x0A6BBE) is unknown color: approx Denim. HEX triplet: 0A, 6B and BE. RGB value is (10,107,190). Sum of RGB (Red+Green+Blue) = 10+107+190=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A6BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A6BBE is #F59441. Grayscale: #575757. Windows color (decimal): -16094274 or 12479242. OLE color: 12479242.

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

Color convert

RGB10107190-
CMYK0.950.4400.25
HSL207.67º90%39.22%-
HSV(B)207.67º94.74%74.51%-
XYZ14.6814.350.7-
YUV87.46185.8672.75-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.26%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 190 (74.61% from 255) = 61.89%
R=3.26%
G=34.85%
B=61.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101071900.950.4400.25207.679039.22
HexA6BBE5F2C019d05a27
Octal121532761375403132013247
Binary10101101011101111101011111101100011001110100001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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