#12657A

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

Shades of Allports #12657A

Tints of Allports #12657A

Color information

#12657A (or 0x12657A) is unknown color: approx Allports. HEX triplet: 12, 65 and 7A. RGB value is (18,101,122). Sum of RGB (Red+Green+Blue) = 18+101+122=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #12657A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12657A is #ED9A85. Grayscale: #4E4E4E. Windows color (decimal): -15571590 or 8021266. OLE color: 8021266.

HSL color Cylindrical-coordinate representation of color #12657A: hue angle of 192.12º 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 #12657A is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB18101122-
CMYK0.850.1700.52
HSL192.12º74.29%27.45%-
HSV(B)192.12º85.25%47.84%-
XYZ8.4210.8420.06-
YUV78.58152.584.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 101 (39.84% from 255) = 41.91%
BLUE value IS 122 (48.05% from 255) = 50.62%
R=7.47%
G=41.91%
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
Decimal181011220.850.1700.52192.1274.2927.45
Hex12657A5511034c04a1b
Octal221451721252106430011233
Binary1001011001011111010101010110001011010011000000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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