#0A67AB

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

Shades of Denim #0A67AB

Tints of Denim #0A67AB

Color information

#0A67AB (or 0x0A67AB) is unknown color: approx Denim. HEX triplet: 0A, 67 and AB. RGB value is (10,103,171). Sum of RGB (Red+Green+Blue) = 10+103+171=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #0A67AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A67AB is #F59854. Grayscale: #525252. Windows color (decimal): -16095317 or 11233034. OLE color: 11233034.

HSL color Cylindrical-coordinate representation of color #0A67AB: hue angle of 205.34º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A67AB is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10103171-
CMYK0.940.4000.33
HSL205.34º88.95%35.49%-
HSV(B)205.34º94.15%67.06%-
XYZ12.3312.7140.33-
YUV82.94177.6975.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.52%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 171 (67.19% from 255) = 60.21%
R=3.52%
G=36.27%
B=60.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101031710.940.4000.33205.3488.9535.49
HexA67AB5E28021cd5923
Octal121472531365004131513143
Binary101011001111010101110111101010000100001110011011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,103,171); }

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

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

 a { background-color: rgb(10,103,171); }

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

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

 span { border-color: rgb(10,103,171); }

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