#1E365B

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

Shades of Catalina Blue #1E365B

Tints of Catalina Blue #1E365B

Color information

#1E365B (or 0x1E365B) is unknown color: approx Catalina Blue. HEX triplet: 1E, 36 and 5B. RGB value is (30,54,91). Sum of RGB (Red+Green+Blue) = 30+54+91=175 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.14% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E365B is #E1C9A4. Grayscale: #323232. Windows color (decimal): -14797221 or 5977630. OLE color: 5977630.

HSL color Cylindrical-coordinate representation of color #1E365B: hue angle of 216.39º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E365B is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB305491-
CMYK0.670.4100.64
HSL216.39º50.41%23.73%-
HSV(B)216.39º67.03%35.69%-
XYZ3.743.6710.41-
YUV51.04150.55112.99-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.14%
GREEN value IS 54 (21.48% from 255) = 30.86%
BLUE value IS 91 (35.94% from 255) = 52%
R=17.14%
G=30.86%
B=52%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3054910.670.4100.64216.3950.4123.73
Hex1E365B4329040d83218
Octal36661331035101003306230
Binary1111011011010110111000011101001010000001101100011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,54,91); }

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

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

 a { background-color: rgb(30,54,91); }

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

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

 span { border-color: rgb(30,54,91); }

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