#12678F

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

Shades of Allports #12678F

Tints of Allports #12678F

Color information

#12678F (or 0x12678F) is unknown color: approx Allports. HEX triplet: 12, 67 and 8F. RGB value is (18,103,143). Sum of RGB (Red+Green+Blue) = 18+103+143=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #12678F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12678F is #ED9870. Grayscale: #515151. Windows color (decimal): -15571057 or 9398034. OLE color: 9398034.

HSL color Cylindrical-coordinate representation of color #12678F: hue angle of 199.2º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12678F is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB18103143-
CMYK0.870.2800.44
HSL199.2º77.64%31.57%-
HSV(B)199.2º87.41%56.08%-
XYZ10.0611.8127.74-
YUV82.15162.3482.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.82%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 143 (56.25% from 255) = 54.17%
R=6.82%
G=39.02%
B=54.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181031430.870.2800.44199.277.6431.57
Hex12678F571C02Cc74e20
Octal221472171273405430711640
Binary100101100111100011111010111111000101100110001111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12678F; }

 p { color: rgb(18,103,143); }

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

<style>
 a { background-color: #12678F; }

 a { background-color: rgb(18,103,143); }

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

<style>
 span { border-color: #12678F; }

 span { border-color: rgb(18,103,143); }

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