#12648B

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

Shades of Allports #12648B

Tints of Allports #12648B

Color information

#12648B (or 0x12648B) is unknown color: approx Allports. HEX triplet: 12, 64 and 8B. RGB value is (18,100,139). Sum of RGB (Red+Green+Blue) = 18+100+139=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 139 (54.69% from 255 or 54.09% from 257); Max value from RGB is 139 - color contains mainly: blue. Hex color #12648B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12648B is #ED9B74. Grayscale: #4F4F4F. Windows color (decimal): -15571829 or 9135122. OLE color: 9135122.

HSL color Cylindrical-coordinate representation of color #12648B: hue angle of 199.34º 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 #12648B is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB18100139-
CMYK0.870.2800.45
HSL199.34º77.07%30.78%-
HSV(B)199.34º87.05%54.51%-
XYZ9.4711.1126.07-
YUV79.93161.3383.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.00%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 139 (54.69% from 255) = 54.09%
R=7.00%
G=38.91%
B=54.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181001390.870.2800.45199.3477.0730.78
Hex12648B571C02Dc74d1f
Octal221442131273405530711537
Binary10010110010010001011101011111100010110111000111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12648B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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