#1A3354

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

Shades of Catalina Blue #1A3354

Tints of Catalina Blue #1A3354

Color information

#1A3354 (or 0x1A3354) is unknown color: approx Catalina Blue. HEX triplet: 1A, 33 and 54. RGB value is (26,51,84). Sum of RGB (Red+Green+Blue) = 26+51+84=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 84 (33.20% from 255 or 52.17% from 161); Max value from RGB is 84 - color contains mainly: blue. Hex color #1A3354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3354 is #E5CCAB. Grayscale: #2F2F2F. Windows color (decimal): -15060140 or 5518106. OLE color: 5518106.

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

Color convert

RGB265184-
CMYK0.690.3900.67
HSL214.14º52.73%21.57%-
HSV(B)214.14º69.05%32.94%-
XYZ3.213.238.84-
YUV47.29148.72112.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.15%
GREEN value IS 51 (20.31% from 255) = 31.68%
BLUE value IS 84 (33.20% from 255) = 52.17%
R=16.15%
G=31.68%
B=52.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2651840.690.3900.67214.1452.7321.57
Hex1A33544527043d63516
Octal32631241054701033266526
Binary1101011001110101001000101100111010000111101011011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,51,84); }

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

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

 a { background-color: rgb(26,51,84); }

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

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

 span { border-color: rgb(26,51,84); }

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