#12677B

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

Shades of Allports #12677B

Tints of Allports #12677B

Color information

#12677B (or 0x12677B) is unknown color: approx Allports. HEX triplet: 12, 67 and 7B. RGB value is (18,103,123). Sum of RGB (Red+Green+Blue) = 18+103+123=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #12677B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12677B is #ED9884. Grayscale: #4F4F4F. Windows color (decimal): -15571077 or 8087314. OLE color: 8087314.

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

Color convert

RGB18103123-
CMYK0.850.1600.52
HSL191.43º74.47%27.65%-
HSV(B)191.43º85.37%48.24%-
XYZ8.6711.2620.45-
YUV79.87152.3483.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.38%
GREEN value IS 103 (40.62% from 255) = 42.21%
BLUE value IS 123 (48.44% from 255) = 50.41%
R=7.38%
G=42.21%
B=50.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal181031230.850.1600.52191.4374.4727.65
Hex12677B5510034bf4a1c
Octal221471731252006427711234
Binary1001011001111111011101010110000011010010111111100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12677B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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