#12748B

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

Shades of Allports #12748B

Tints of Allports #12748B

Color information

#12748B (or 0x12748B) is unknown color: approx Allports. HEX triplet: 12, 74 and 8B. RGB value is (18,116,139). Sum of RGB (Red+Green+Blue) = 18+116+139=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #12748B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12748B is #ED8B74. Grayscale: #595959. Windows color (decimal): -15567733 or 9139218. OLE color: 9139218.

HSL color Cylindrical-coordinate representation of color #12748B: hue angle of 191.4º 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 #12748B is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB18116139-
CMYK0.870.1700.45
HSL191.4º77.07%30.78%-
HSV(B)191.4º87.05%54.51%-
XYZ11.1614.4826.63-
YUV89.32156.0377.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 139 (54.69% from 255) = 50.92%
R=6.59%
G=42.49%
B=50.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal181161390.870.1700.45191.477.0730.78
Hex12748B571102Dbf4d1f
Octal221642131272105527711537
Binary10010111010010001011101011110001010110110111111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,116,139); }

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

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

 a { background-color: rgb(18,116,139); }

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

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

 span { border-color: rgb(18,116,139); }

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