#12738A

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

Shades of Allports #12738A

Tints of Allports #12738A

Color information

#12738A (or 0x12738A) is unknown color: approx Allports. HEX triplet: 12, 73 and 8A. RGB value is (18,115,138). Sum of RGB (Red+Green+Blue) = 18+115+138=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 138 (54.30% from 255 or 50.92% from 271); Max value from RGB is 138 - color contains mainly: blue. Hex color #12738A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12738A is #ED8C75. Grayscale: #585858. Windows color (decimal): -15567990 or 9073426. OLE color: 9073426.

HSL color Cylindrical-coordinate representation of color #12738A: hue angle of 191.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12738A is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB18115138-
CMYK0.870.1700.46
HSL191.5º76.92%30.59%-
HSV(B)191.5º86.96%54.12%-
XYZ10.9714.2326.21-
YUV88.62155.8677.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 115 (45.31% from 255) = 42.44%
BLUE value IS 138 (54.30% from 255) = 50.92%
R=6.64%
G=42.44%
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.46
SystemRedGreenBlueCMYKHSL
Decimal181151380.870.1700.46191.576.9230.59
Hex12738A571102Ec04d1f
Octal221632121272105630011537
Binary10010111001110001010101011110001010111011000000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12738A; }

 p { color: rgb(18,115,138); }

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

<style>
 a { background-color: #12738A; }

 a { background-color: rgb(18,115,138); }

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

<style>
 span { border-color: #12738A; }

 span { border-color: rgb(18,115,138); }

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