#1A3261

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

Shades of Catalina Blue #1A3261

Tints of Catalina Blue #1A3261

Color information

#1A3261 (or 0x1A3261) is unknown color: approx Catalina Blue. HEX triplet: 1A, 32 and 61. RGB value is (26,50,97). Sum of RGB (Red+Green+Blue) = 26+50+97=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A3261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3261 is #E5CD9E. Grayscale: #2F2F2F. Windows color (decimal): -15060383 or 6369818. OLE color: 6369818.

HSL color Cylindrical-coordinate representation of color #1A3261: hue angle of 219.72º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A3261 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB265097-
CMYK0.730.4800.62
HSL219.72º57.72%24.12%-
HSV(B)219.72º73.2%38.04%-
XYZ3.723.3611.76-
YUV48.18155.55112.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.03%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 97 (38.28% from 255) = 56.07%
R=15.03%
G=28.90%
B=56.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2650970.730.4800.62219.7257.7224.12
Hex1A3261493003Edc3a18
Octal3262141111600763347230
Binary110101100101100001100100111000001111101101110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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