#1A2E53

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

Shades of Catalina Blue #1A2E53

Tints of Catalina Blue #1A2E53

Color information

#1A2E53 (or 0x1A2E53) is unknown color: approx Catalina Blue. HEX triplet: 1A, 2E and 53. RGB value is (26,46,83). Sum of RGB (Red+Green+Blue) = 26+46+83=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 46 (18.36% from 255 or 29.68% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #1A2E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2E53 is #E5D1AC. Grayscale: #2C2C2C. Windows color (decimal): -15061421 or 5451290. OLE color: 5451290.

HSL color Cylindrical-coordinate representation of color #1A2E53: hue angle of 218.95º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A2E53 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB264683-
CMYK0.690.4500.67
HSL218.95º52.29%21.37%-
HSV(B)218.95º68.67%32.55%-
XYZ2.962.88.57-
YUV44.24149.87114.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.77%
GREEN value IS 46 (18.36% from 255) = 29.68%
BLUE value IS 83 (32.81% from 255) = 53.55%
R=16.77%
G=29.68%
B=53.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2646830.690.4500.67218.9552.2921.37
Hex1A2E53452D043db3415
Octal32561231055501033336425
Binary1101010111010100111000101101101010000111101101111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,46,83); }

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

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

 a { background-color: rgb(26,46,83); }

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

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

 span { border-color: rgb(26,46,83); }

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