#12667B

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

Shades of Allports #12667B

Tints of Allports #12667B

Color information

#12667B (or 0x12667B) is unknown color: approx Allports. HEX triplet: 12, 66 and 7B. RGB value is (18,102,123). Sum of RGB (Red+Green+Blue) = 18+102+123=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #12667B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12667B is #ED9984. Grayscale: #4F4F4F. Windows color (decimal): -15571333 or 8087058. OLE color: 8087058.

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

Color convert

RGB18102123-
CMYK0.850.1700.52
HSL192º74.47%27.65%-
HSV(B)192º85.37%48.24%-
XYZ8.5811.0620.42-
YUV79.28152.6784.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.41%
GREEN value IS 102 (40.23% from 255) = 41.98%
BLUE value IS 123 (48.44% from 255) = 50.62%
R=7.41%
G=41.98%
B=50.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181021230.850.1700.5219274.4727.65
Hex12667B5511034c04a1c
Octal221461731252106430011234
Binary1001011001101111011101010110001011010011000000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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