#1E5162

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

Shades of Arapawa #1E5162

Tints of Arapawa #1E5162

Color information

#1E5162 (or 0x1E5162) is unknown color: approx Arapawa. HEX triplet: 1E, 51 and 62. RGB value is (30,81,98). Sum of RGB (Red+Green+Blue) = 30+81+98=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E5162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5162 is #E1AE9D. Grayscale: #434343. Windows color (decimal): -14790302 or 6443294. OLE color: 6443294.

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

Color convert

RGB308198-
CMYK0.690.1700.62
HSL195º53.12%25.1%-
HSV(B)195º69.39%38.43%-
XYZ5.687.0412.62-
YUV67.69145.1101.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.35%
GREEN value IS 81 (32.03% from 255) = 38.76%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=14.35%
G=38.76%
B=46.89%

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
Decimal3081980.690.1700.6219553.1225.1
Hex1E5162451103Ec33519
Octal36121142105210763036531
Binary111101010001110001010001011000101111101100001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,81,98); }

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

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

 a { background-color: rgb(30,81,98); }

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

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

 span { border-color: rgb(30,81,98); }

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