#1E4072

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

Shades of Catalina Blue #1E4072

Tints of Catalina Blue #1E4072

Color information

#1E4072 (or 0x1E4072) is unknown color: approx Catalina Blue. HEX triplet: 1E, 40 and 72. RGB value is (30,64,114). Sum of RGB (Red+Green+Blue) = 30+64+114=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E4072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4072 is #E1BF8D. Grayscale: #3B3B3B. Windows color (decimal): -14794638 or 7487518. OLE color: 7487518.

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

Color convert

RGB3064114-
CMYK0.740.4400.55
HSL215.71º58.33%28.24%-
HSV(B)215.71º73.68%44.71%-
XYZ5.415.1616.63-
YUV59.53158.74106.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.42%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=14.42%
G=30.77%
B=54.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30641140.740.4400.55215.7158.3328.24
Hex1E40724A2C037d83a1c
Octal36100162112540673307234
Binary1111010000001110010100101010110001101111101100011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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