#12667A

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

Shades of Allports #12667A

Tints of Allports #12667A

Color information

#12667A (or 0x12667A) is unknown color: approx Allports. HEX triplet: 12, 66 and 7A. RGB value is (18,102,122). Sum of RGB (Red+Green+Blue) = 18+102+122=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 122 (48.05% from 255 or 50.41% from 242); Max value from RGB is 122 - color contains mainly: blue. Hex color #12667A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12667A is #ED9985. Grayscale: #4F4F4F. Windows color (decimal): -15571334 or 8021522. OLE color: 8021522.

HSL color Cylindrical-coordinate representation of color #12667A: hue angle of 191.54º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12667A is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB18102122-
CMYK0.850.1600.52
HSL191.54º74.29%27.45%-
HSV(B)191.54º85.25%47.84%-
XYZ8.5111.0420.09-
YUV79.16152.1784.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.44%
GREEN value IS 102 (40.23% from 255) = 42.15%
BLUE value IS 122 (48.05% from 255) = 50.41%
R=7.44%
G=42.15%
B=50.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181021220.850.1600.52191.5474.2927.45
Hex12667A5510034c04a1b
Octal221461721252006430011233
Binary1001011001101111010101010110000011010011000000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12667A; }

 p { color: rgb(18,102,122); }

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

<style>
 a { background-color: #12667A; }

 a { background-color: rgb(18,102,122); }

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

<style>
 span { border-color: #12667A; }

 span { border-color: rgb(18,102,122); }

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