#12648c

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

Shades of Allports #12648C

Tints of Allports #12648C

Color information

#12648C (or 0x12648C) is unknown color: approx Allports. HEX triplet: 12, 64 and 8C. RGB value is (18,100,140). Sum of RGB (Red+Green+Blue) = 18+100+140=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #12648C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12648C is #ED9B73. Grayscale: #4F4F4F. Windows color (decimal): -15571828 or 9200658. OLE color: 9200658.

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

Color convert

RGB18100140-
CMYK0.870.2900.45
HSL199.67º77.22%30.98%-
HSV(B)199.67º87.14%54.9%-
XYZ9.5411.1426.46-
YUV80.04161.8383.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 100 (39.45% from 255) = 38.76%
BLUE value IS 140 (55.08% from 255) = 54.26%
R=6.98%
G=38.76%
B=54.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181001400.870.2900.45199.6777.2230.98
Hex12648C571D02Dc84d1f
Octal221442141273505531011537
Binary10010110010010001100101011111101010110111001000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12648c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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