#12798F

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

Shades of Allports #12798F

Tints of Allports #12798F

Color information

#12798F (or 0x12798F) is unknown color: approx Allports. HEX triplet: 12, 79 and 8F. RGB value is (18,121,143). Sum of RGB (Red+Green+Blue) = 18+121+143=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #12798F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12798F is #ED8670. Grayscale: #5C5C5C. Windows color (decimal): -15566449 or 9402642. OLE color: 9402642.

HSL color Cylindrical-coordinate representation of color #12798F: hue angle of 190.56º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12798F is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB18121143-
CMYK0.870.1500.44
HSL190.56º77.64%31.57%-
HSV(B)190.56º87.41%56.08%-
XYZ12.0415.7928.4-
YUV92.71156.3874.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 121 (47.66% from 255) = 42.91%
BLUE value IS 143 (56.25% from 255) = 50.71%
R=6.38%
G=42.91%
B=50.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181211430.870.1500.44190.5677.6431.57
Hex12798F57F02Cbf4e20
Octal221712171271705427711640
Binary10010111100110001111101011111110101100101111111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12798F; }

 p { color: rgb(18,121,143); }

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

<style>
 a { background-color: #12798F; }

 a { background-color: rgb(18,121,143); }

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

<style>
 span { border-color: #12798F; }

 span { border-color: rgb(18,121,143); }

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