#1A3162

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

Shades of Catalina Blue #1A3162

Tints of Catalina Blue #1A3162

Color information

#1A3162 (or 0x1A3162) is unknown color: approx Catalina Blue. HEX triplet: 1A, 31 and 62. RGB value is (26,49,98). Sum of RGB (Red+Green+Blue) = 26+49+98=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #1A3162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3162 is #E5CE9D. Grayscale: #2F2F2F. Windows color (decimal): -15060638 or 6435098. OLE color: 6435098.

HSL color Cylindrical-coordinate representation of color #1A3162: hue angle of 220.83º 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 #1A3162 is Cyan = 0.73, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB264998-
CMYK0.730.500.62
HSL220.83º58.06%24.31%-
HSV(B)220.83º73.47%38.43%-
XYZ3.733.312-
YUV47.71156.38112.52-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.03%
GREEN value IS 49 (19.53% from 255) = 28.32%
BLUE value IS 98 (38.67% from 255) = 56.65%
R=15.03%
G=28.32%
B=56.65%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2649980.730.500.62220.8358.0624.31
Hex1A3162493203Edd3a18
Octal3261142111620763357230
Binary110101100011100010100100111001001111101101110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,49,98); }

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

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

 a { background-color: rgb(26,49,98); }

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

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

 span { border-color: rgb(26,49,98); }

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