#0A6690

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

Shades of Allports #0A6690

Tints of Allports #0A6690

Color information

#0A6690 (or 0x0A6690) is unknown color: approx Allports. HEX triplet: 0A, 66 and 90. RGB value is (10,102,144). Sum of RGB (Red+Green+Blue) = 10+102+144=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #0A6690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6690 is #F5996F. Grayscale: #4F4F4F. Windows color (decimal): -16095600 or 9463306. OLE color: 9463306.

HSL color Cylindrical-coordinate representation of color #0A6690: hue angle of 198.81º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6690 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10102144-
CMYK0.930.2900.44
HSL198.81º87.01%30.2%-
HSV(B)198.81º93.06%56.47%-
XYZ9.9111.5828.1-
YUV79.28164.5278.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.91%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 144 (56.64% from 255) = 56.25%
R=3.91%
G=39.84%
B=56.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101021440.930.2900.44198.8187.0130.2
HexA66905D1D02Cc7571e
Octal121462201353505430712736
Binary1010110011010010000101110111101010110011000111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,102,144); }

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

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

 a { background-color: rgb(10,102,144); }

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

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

 span { border-color: rgb(10,102,144); }

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