#1E4070

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

Shades of Catalina Blue #1E4070

Tints of Catalina Blue #1E4070

Color information

#1E4070 (or 0x1E4070) is unknown color: approx Catalina Blue. HEX triplet: 1E, 40 and 70. RGB value is (30,64,112). Sum of RGB (Red+Green+Blue) = 30+64+112=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E4070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4070 is #E1BF8F. Grayscale: #3B3B3B. Windows color (decimal): -14794640 or 7356446. OLE color: 7356446.

HSL color Cylindrical-coordinate representation of color #1E4070: hue angle of 215.12º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E4070 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3064112-
CMYK0.730.4300.56
HSL215.12º57.75%27.84%-
HSV(B)215.12º73.21%43.92%-
XYZ5.295.1116.04-
YUV59.31157.74107.1-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.56%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=14.56%
G=31.07%
B=54.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30641120.730.4300.56215.1257.7527.84
Hex1E4070492B038d73a1c
Octal36100160111530703277234
Binary1111010000001110000100100110101101110001101011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,64,112); }

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

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

 a { background-color: rgb(30,64,112); }

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

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

 span { border-color: rgb(30,64,112); }

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