#12628E

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

Shades of Allports #12628E

Tints of Allports #12628E

Color information

#12628E (or 0x12628E) is unknown color: approx Allports. HEX triplet: 12, 62 and 8E. RGB value is (18,98,142). Sum of RGB (Red+Green+Blue) = 18+98+142=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #12628E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12628E is #ED9D71. Grayscale: #4E4E4E. Windows color (decimal): -15572338 or 9331218. OLE color: 9331218.

HSL color Cylindrical-coordinate representation of color #12628E: hue angle of 201.29º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12628E is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1898142-
CMYK0.870.3100.44
HSL201.29º77.5%31.37%-
HSV(B)201.29º87.32%55.69%-
XYZ9.510.8227.18-
YUV79.1163.584.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 142 (55.86% from 255) = 55.04%
R=6.98%
G=37.98%
B=55.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal18981420.870.3100.44201.2977.531.37
Hex12628E571F02Cc94e1f
Octal221422161273705431111637
Binary10010110001010001110101011111111010110011001001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12628E; }

 p { color: rgb(18,98,142); }

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

<style>
 a { background-color: #12628E; }

 a { background-color: rgb(18,98,142); }

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

<style>
 span { border-color: #12628E; }

 span { border-color: rgb(18,98,142); }

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