#12707b

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

Shades of Allports #12707B

Tints of Allports #12707B

Color information

#12707B (or 0x12707B) is unknown color: approx Allports. HEX triplet: 12, 70 and 7B. RGB value is (18,112,123). Sum of RGB (Red+Green+Blue) = 18+112+123=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #12707B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12707B is #ED8F84. Grayscale: #555555. Windows color (decimal): -15568773 or 8089618. OLE color: 8089618.

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

Color convert

RGB18112123-
CMYK0.850.0900.52
HSL186.29º74.47%27.65%-
HSV(B)186.29º85.37%48.24%-
XYZ9.6213.1520.77-
YUV85.15149.3680.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 112 (44.14% from 255) = 44.27%
BLUE value IS 123 (48.44% from 255) = 48.62%
R=7.11%
G=44.27%
B=48.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181121230.850.0900.52186.2974.4727.65
Hex12707B559034ba4a1c
Octal221601731251106427211234
Binary100101110000111101110101011001011010010111010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12707b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12707b; }

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

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

<style>
 a { background-color: #12707b; }

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

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

<style>
 span { border-color: #12707b; }

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

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