#12768D

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

Shades of Allports #12768D

Tints of Allports #12768D

Color information

#12768D (or 0x12768D) is unknown color: approx Allports. HEX triplet: 12, 76 and 8D. RGB value is (18,118,141). Sum of RGB (Red+Green+Blue) = 18+118+141=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #12768D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12768D is #ED8972. Grayscale: #5A5A5A. Windows color (decimal): -15567219 or 9270802. OLE color: 9270802.

HSL color Cylindrical-coordinate representation of color #12768D: hue angle of 191.22º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12768D is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB18118141-
CMYK0.870.1600.45
HSL191.22º77.36%31.18%-
HSV(B)191.22º87.23%55.29%-
XYZ11.5415.0127.49-
YUV90.72156.3776.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.50%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 141 (55.47% from 255) = 50.90%
R=6.50%
G=42.60%
B=50.90%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181181410.870.1600.45191.2277.3631.18
Hex12768D571002Dbf4d1f
Octal221662151272005527711537
Binary10010111011010001101101011110000010110110111111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12768D; }

 p { color: rgb(18,118,141); }

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

<style>
 a { background-color: #12768D; }

 a { background-color: rgb(18,118,141); }

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

<style>
 span { border-color: #12768D; }

 span { border-color: rgb(18,118,141); }

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