#1E5060

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

Shades of Arapawa #1E5060

Tints of Arapawa #1E5060

Color information

#1E5060 (or 0x1E5060) is unknown color: approx Arapawa. HEX triplet: 1E, 50 and 60. RGB value is (30,80,96). Sum of RGB (Red+Green+Blue) = 30+80+96=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E5060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5060 is #E1AF9F. Grayscale: #424242. Windows color (decimal): -14790560 or 6311966. OLE color: 6311966.

HSL color Cylindrical-coordinate representation of color #1E5060: hue angle of 194.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E5060 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB308096-
CMYK0.690.1700.62
HSL194.55º52.38%24.71%-
HSV(B)194.55º68.75%37.65%-
XYZ5.526.8612.1-
YUV66.87144.44101.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.56%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 96 (37.89% from 255) = 46.60%
R=14.56%
G=38.83%
B=46.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3080960.690.1700.62194.5552.3824.71
Hex1E5060451103Ec33419
Octal36120140105210763036431
Binary111101010000110000010001011000101111101100001111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,80,96); }

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

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

 a { background-color: rgb(30,80,96); }

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

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

 span { border-color: rgb(30,80,96); }

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