#1A3255

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

Shades of Catalina Blue #1A3255

Tints of Catalina Blue #1A3255

Color information

#1A3255 (or 0x1A3255) is unknown color: approx Catalina Blue. HEX triplet: 1A, 32 and 55. RGB value is (26,50,85). Sum of RGB (Red+Green+Blue) = 26+50+85=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #1A3255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3255 is #E5CDAA. Grayscale: #2E2E2E. Windows color (decimal): -15060395 or 5583386. OLE color: 5583386.

HSL color Cylindrical-coordinate representation of color #1A3255: hue angle of 215.59º 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 #1A3255 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB265085-
CMYK0.690.4100.67
HSL215.59º53.15%21.76%-
HSV(B)215.59º69.41%33.33%-
XYZ3.213.169.03-
YUV46.81149.55113.15-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.15%
GREEN value IS 50 (19.92% from 255) = 31.06%
BLUE value IS 85 (33.59% from 255) = 52.80%
R=16.15%
G=31.06%
B=52.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2650850.690.4100.67215.5953.1521.76
Hex1A32554529043d83516
Octal32621251055101033306526
Binary1101011001010101011000101101001010000111101100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,50,85); }

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

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

 a { background-color: rgb(26,50,85); }

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

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

 span { border-color: rgb(26,50,85); }

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