#12747F

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

Shades of Allports #12747F

Tints of Allports #12747F

Color information

#12747F (or 0x12747F) is unknown color: approx Allports. HEX triplet: 12, 74 and 7F. RGB value is (18,116,127). Sum of RGB (Red+Green+Blue) = 18+116+127=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 116 (45.70% from 255 or 44.44% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #12747F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12747F is #ED8B80. Grayscale: #575757. Windows color (decimal): -15567745 or 8352786. OLE color: 8352786.

HSL color Cylindrical-coordinate representation of color #12747F: hue angle of 186.06º 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 #12747F is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB18116127-
CMYK0.860.0900.50
HSL186.06º75.17%28.43%-
HSV(B)186.06º85.83%49.8%-
XYZ10.3314.1522.27-
YUV87.95150.0378.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.90%
GREEN value IS 116 (45.70% from 255) = 44.44%
BLUE value IS 127 (50% from 255) = 48.66%
R=6.90%
G=44.44%
B=48.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181161270.860.0900.50186.0675.1728.43
Hex12747F569032ba4b1c
Octal221641771261106227211334
Binary100101110100111111110101101001011001010111010100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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