#1E5061

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

Shades of Arapawa #1E5061

Tints of Arapawa #1E5061

Color information

#1E5061 (or 0x1E5061) is unknown color: approx Arapawa. HEX triplet: 1E, 50 and 61. RGB value is (30,80,97). Sum of RGB (Red+Green+Blue) = 30+80+97=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E5061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5061 is #E1AF9E. Grayscale: #424242. Windows color (decimal): -14790559 or 6377502. OLE color: 6377502.

HSL color Cylindrical-coordinate representation of color #1E5061: hue angle of 195.22º degrees, saturation: 0.53, 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 #1E5061 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB308097-
CMYK0.690.1800.62
HSL195.22º52.76%24.9%-
HSV(B)195.22º69.07%38.04%-
XYZ5.566.8812.34-
YUV66.99144.94101.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.49%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 97 (38.28% from 255) = 46.86%
R=14.49%
G=38.65%
B=46.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3080970.690.1800.62195.2252.7624.9
Hex1E5061451203Ec33519
Octal36120141105220763036531
Binary111101010000110000110001011001001111101100001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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