#12727B

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

Shades of Allports #12727B

Tints of Allports #12727B

Color information

#12727B (or 0x12727B) is unknown color: approx Allports. HEX triplet: 12, 72 and 7B. RGB value is (18,114,123). Sum of RGB (Red+Green+Blue) = 18+114+123=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 123 (48.44% from 255 or 48.24% from 255); Max value from RGB is 123 - color contains mainly: blue. Hex color #12727B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12727B is #ED8D84. Grayscale: #565656. Windows color (decimal): -15568261 or 8090130. OLE color: 8090130.

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

Color convert

RGB18114123-
CMYK0.850.0700.52
HSL185.14º74.47%27.65%-
HSV(B)185.14º85.37%48.24%-
XYZ9.8413.5920.84-
YUV86.32148.779.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 123 (48.44% from 255) = 48.24%
R=7.06%
G=44.71%
B=48.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181141230.850.0700.52185.1474.4727.65
Hex12727B557034b94a1c
Octal22162173125706427111234
Binary10010111001011110111010101111011010010111001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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