#1A3463

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

Shades of Catalina Blue #1A3463

Tints of Catalina Blue #1A3463

Color information

#1A3463 (or 0x1A3463) is unknown color: approx Catalina Blue. HEX triplet: 1A, 34 and 63. RGB value is (26,52,99). Sum of RGB (Red+Green+Blue) = 26+52+99=177 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.69% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A3463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3463 is #E5CB9C. Grayscale: #313131. Windows color (decimal): -15059869 or 6501402. OLE color: 6501402.

HSL color Cylindrical-coordinate representation of color #1A3463: hue angle of 218.63º 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 #1A3463 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB265299-
CMYK0.740.4700.61
HSL218.63º58.4%24.51%-
HSV(B)218.63º73.74%38.82%-
XYZ3.913.5812.29-
YUV49.58155.89111.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.69%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 99 (39.06% from 255) = 55.93%
R=14.69%
G=29.38%
B=55.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2652990.740.4700.61218.6358.424.51
Hex1A34634A2F03Ddb3a19
Octal3264143112570753337231
Binary110101101001100011100101010111101111011101101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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