#12727E

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

Shades of Allports #12727E

Tints of Allports #12727E

Color information

#12727E (or 0x12727E) is unknown color: approx Allports. HEX triplet: 12, 72 and 7E. RGB value is (18,114,126). Sum of RGB (Red+Green+Blue) = 18+114+126=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 126 - color contains mainly: blue. Hex color #12727E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12727E is #ED8D81. Grayscale: #565656. Windows color (decimal): -15568258 or 8286738. OLE color: 8286738.

HSL color Cylindrical-coordinate representation of color #12727E: hue angle of 186.67º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12727E is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB18114126-
CMYK0.860.1000.51
HSL186.67º75%28.24%-
HSV(B)186.67º85.71%49.41%-
XYZ10.0313.6721.85-
YUV86.66150.279.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.98%
GREEN value IS 114 (44.92% from 255) = 44.19%
BLUE value IS 126 (49.61% from 255) = 48.84%
R=6.98%
G=44.19%
B=48.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal181141260.860.1000.51186.677528.24
Hex12727E56A033bb4b1c
Octal221621761261206327311334
Binary100101110010111111010101101010011001110111011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12727E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12727E; }

 p { color: rgb(18,114,126); }

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

<style>
 a { background-color: #12727E; }

 a { background-color: rgb(18,114,126); }

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

<style>
 span { border-color: #12727E; }

 span { border-color: rgb(18,114,126); }

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