#1E486E

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

Shades of Arapawa #1E486E

Tints of Arapawa #1E486E

Color information

#1E486E (or 0x1E486E) is unknown color: approx Arapawa. HEX triplet: 1E, 48 and 6E. RGB value is (30,72,110). Sum of RGB (Red+Green+Blue) = 30+72+110=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #1E486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E486E is #E1B791. Grayscale: #3F3F3F. Windows color (decimal): -14792594 or 7227422. OLE color: 7227422.

HSL color Cylindrical-coordinate representation of color #1E486E: hue angle of 208.5º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E486E is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3072110-
CMYK0.730.3500.57
HSL208.5º57.14%27.45%-
HSV(B)208.5º72.73%43.14%-
XYZ5.676.0415.62-
YUV63.77154.09103.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.15%
GREEN value IS 72 (28.52% from 255) = 33.96%
BLUE value IS 110 (43.36% from 255) = 51.89%
R=14.15%
G=33.96%
B=51.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal30721100.730.3500.57208.557.1427.45
Hex1E486E4923039d0391b
Octal36110156111430713207133
Binary1111010010001101110100100110001101110011101000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,72,110); }

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

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

 a { background-color: rgb(30,72,110); }

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

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

 span { border-color: rgb(30,72,110); }

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