#0A668B

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

Shades of Allports #0A668B

Tints of Allports #0A668B

Color information

#0A668B (or 0x0A668B) is unknown color: approx Allports. HEX triplet: 0A, 66 and 8B. RGB value is (10,102,139). Sum of RGB (Red+Green+Blue) = 10+102+139=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #0A668B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A668B is #F59974. Grayscale: #4E4E4E. Windows color (decimal): -16095605 or 9135626. OLE color: 9135626.

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

Color convert

RGB10102139-
CMYK0.930.2700.45
HSL197.21º86.58%29.22%-
HSV(B)197.21º92.81%54.51%-
XYZ9.5411.4326.13-
YUV78.71162.0278.99-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.98%
GREEN value IS 102 (40.23% from 255) = 40.64%
BLUE value IS 139 (54.69% from 255) = 55.38%
R=3.98%
G=40.64%
B=55.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101021390.930.2700.45197.2186.5829.22
HexA668B5D1B02Dc5571d
Octal121462131353305530512735
Binary1010110011010001011101110111011010110111000101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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