#1A7093

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

Shades of Allports #1A7093

Tints of Allports #1A7093

Color information

#1A7093 (or 0x1A7093) is unknown color: approx Allports. HEX triplet: 1A, 70 and 93. RGB value is (26,112,147). Sum of RGB (Red+Green+Blue) = 26+112+147=285 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.12% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #1A7093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7093 is #E58F6C. Grayscale: #5A5A5A. Windows color (decimal): -15044461 or 9662490. OLE color: 9662490.

HSL color Cylindrical-coordinate representation of color #1A7093: hue angle of 197.36º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A7093 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB26112147-
CMYK0.820.2400.42
HSL197.36º69.94%33.92%-
HSV(B)197.36º82.31%57.65%-
XYZ11.4913.9129.68-
YUV90.28160.0182.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.12%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 147 (57.81% from 255) = 51.58%
R=9.12%
G=39.30%
B=51.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal261121470.820.2400.42197.3669.9433.92
Hex1A7093521802Ac54622
Octal321602231223005230510642
Binary110101110000100100111010010110000101010110001011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A7093; }

 p { color: rgb(26,112,147); }

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

<style>
 a { background-color: #1A7093; }

 a { background-color: rgb(26,112,147); }

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

<style>
 span { border-color: #1A7093; }

 span { border-color: rgb(26,112,147); }

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