#12627F

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

Shades of Allports #12627F

Tints of Allports #12627F

Color information

#12627F (or 0x12627F) is unknown color: approx Allports. HEX triplet: 12, 62 and 7F. RGB value is (18,98,127). Sum of RGB (Red+Green+Blue) = 18+98+127=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #12627F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12627F is #ED9D80. Grayscale: #4D4D4D. Windows color (decimal): -15572353 or 8348178. OLE color: 8348178.

HSL color Cylindrical-coordinate representation of color #12627F: hue angle of 195.96º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12627F is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1898127-
CMYK0.860.2300.50
HSL195.96º75.17%28.43%-
HSV(B)195.96º85.83%49.8%-
XYZ8.4510.421.64-
YUV77.3915685.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.41%
GREEN value IS 98 (38.67% from 255) = 40.33%
BLUE value IS 127 (50% from 255) = 52.26%
R=7.41%
G=40.33%
B=52.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18981270.860.2300.50195.9675.1728.43
Hex12627F5617032c44b1c
Octal221421771262706230411334
Binary1001011000101111111101011010111011001011000100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12627F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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