#1E4F61

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

Shades of Arapawa #1E4F61

Tints of Arapawa #1E4F61

Color information

#1E4F61 (or 0x1E4F61) is unknown color: approx Arapawa. HEX triplet: 1E, 4F and 61. RGB value is (30,79,97). Sum of RGB (Red+Green+Blue) = 30+79+97=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 79 (31.25% from 255 or 38.35% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E4F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E4F61 is #E1B09E. Grayscale: #424242. Windows color (decimal): -14790815 or 6377246. OLE color: 6377246.

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

Color convert

RGB307997-
CMYK0.690.1900.62
HSL196.12º52.76%24.9%-
HSV(B)196.12º69.07%38.04%-
XYZ5.496.7312.32-
YUV66.4145.27102.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.56%
GREEN value IS 79 (31.25% from 255) = 38.35%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=14.56%
G=38.35%
B=47.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3079970.690.1900.62196.1252.7624.9
Hex1E4F61451303Ec43519
Octal36117141105230763046531
Binary111101001111110000110001011001101111101100010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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