#1A3363

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

Shades of Catalina Blue #1A3363

Tints of Catalina Blue #1A3363

Color information

#1A3363 (or 0x1A3363) is unknown color: approx Catalina Blue. HEX triplet: 1A, 33 and 63. RGB value is (26,51,99). Sum of RGB (Red+Green+Blue) = 26+51+99=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A3363 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3363 is #E5CC9C. Grayscale: #303030. Windows color (decimal): -15060125 or 6501146. OLE color: 6501146.

HSL color Cylindrical-coordinate representation of color #1A3363: hue angle of 219.45º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A3363 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB265199-
CMYK0.740.4800.61
HSL219.45º58.4%24.51%-
HSV(B)219.45º73.74%38.82%-
XYZ3.863.4912.27-
YUV49156.22111.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.77%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 99 (39.06% from 255) = 56.25%
R=14.77%
G=28.98%
B=56.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2651990.740.4800.61219.4558.424.51
Hex1A33634A3003Ddb3a19
Octal3263143112600753337231
Binary110101100111100011100101011000001111011101101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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