#12647A

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

Shades of Allports #12647A

Tints of Allports #12647A

Color information

#12647A (or 0x12647A) is unknown color: approx Allports. HEX triplet: 12, 64 and 7A. RGB value is (18,100,122). Sum of RGB (Red+Green+Blue) = 18+100+122=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 122 (48.05% from 255 or 50.83% from 240); Max value from RGB is 122 - color contains mainly: blue. Hex color #12647A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12647A is #ED9B85. Grayscale: #4D4D4D. Windows color (decimal): -15571846 or 8021010. OLE color: 8021010.

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

Color convert

RGB18100122-
CMYK0.850.1800.52
HSL192.69º74.29%27.45%-
HSV(B)192.69º85.25%47.84%-
XYZ8.3210.6520.03-
YUV77.99152.8385.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.5%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 122 (48.05% from 255) = 50.83%
R=7.5%
G=41.67%
B=50.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181001220.850.1800.52192.6974.2927.45
Hex12647A5512034c14a1b
Octal221441721252206430111233
Binary1001011001001111010101010110010011010011000001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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