#12648A

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

Shades of Allports #12648A

Tints of Allports #12648A

Color information

#12648A (or 0x12648A) is unknown color: approx Allports. HEX triplet: 12, 64 and 8A. RGB value is (18,100,138). Sum of RGB (Red+Green+Blue) = 18+100+138=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #12648A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12648A is #ED9B75. Grayscale: #4F4F4F. Windows color (decimal): -15571830 or 9069586. OLE color: 9069586.

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

Color convert

RGB18100138-
CMYK0.870.2800.46
HSL199º76.92%30.59%-
HSV(B)199º86.96%54.12%-
XYZ9.3911.0825.69-
YUV79.81160.8383.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.03%
GREEN value IS 100 (39.45% from 255) = 39.06%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=7.03%
G=39.06%
B=53.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal181001380.870.2800.4619976.9230.59
Hex12648A571C02Ec74d1f
Octal221442121273405630711537
Binary10010110010010001010101011111100010111011000111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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