#10648A

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

Shades of Allports #10648A

Tints of Allports #10648A

Color information

#10648A (or 0x10648A) is unknown color: approx Allports. HEX triplet: 10, 64 and 8A. RGB value is (16,100,138). Sum of RGB (Red+Green+Blue) = 16+100+138=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #10648A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10648A is #EF9B75. Grayscale: #4E4E4E. Windows color (decimal): -15702902 or 9069584. OLE color: 9069584.

HSL color Cylindrical-coordinate representation of color #10648A: hue angle of 198.69º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10648A is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB16100138-
CMYK0.880.2800.46
HSL198.69º79.22%30.2%-
HSV(B)198.69º88.41%54.12%-
XYZ9.3611.0625.69-
YUV79.22161.1782.91-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.30%
GREEN value IS 100 (39.45% from 255) = 39.37%
BLUE value IS 138 (54.30% from 255) = 54.33%
R=6.30%
G=39.37%
B=54.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal161001380.880.2800.46198.6979.2230.2
Hex10648A581C02Ec74f1e
Octal201442121303405630711736
Binary10000110010010001010101100011100010111011000111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10648A; }

 p { color: rgb(16,100,138); }

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

<style>
 a { background-color: #10648A; }

 a { background-color: rgb(16,100,138); }

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

<style>
 span { border-color: #10648A; }

 span { border-color: rgb(16,100,138); }

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