#1E4071

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

Shades of Catalina Blue #1E4071

Tints of Catalina Blue #1E4071

Color information

#1E4071 (or 0x1E4071) is unknown color: approx Catalina Blue. HEX triplet: 1E, 40 and 71. RGB value is (30,64,113). Sum of RGB (Red+Green+Blue) = 30+64+113=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E4071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4071 is #E1BF8E. Grayscale: #3B3B3B. Windows color (decimal): -14794639 or 7421982. OLE color: 7421982.

HSL color Cylindrical-coordinate representation of color #1E4071: hue angle of 215.42º 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 #1E4071 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3064113-
CMYK0.730.4300.56
HSL215.42º58.04%28.04%-
HSV(B)215.42º73.45%44.31%-
XYZ5.355.1416.33-
YUV59.42158.24107.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.49%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=14.49%
G=30.92%
B=54.59%

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
Decimal30641130.730.4300.56215.4258.0428.04
Hex1E4071492B038d73a1c
Octal36100161111530703277234
Binary1111010000001110001100100110101101110001101011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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