#1A3763

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

Shades of Catalina Blue #1A3763

Tints of Catalina Blue #1A3763

Color information

#1A3763 (or 0x1A3763) is unknown color: approx Catalina Blue. HEX triplet: 1A, 37 and 63. RGB value is (26,55,99). Sum of RGB (Red+Green+Blue) = 26+55+99=180 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.44% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A3763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3763 is #E5C89C. Grayscale: #333333. Windows color (decimal): -15059101 or 6502170. OLE color: 6502170.

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

Color convert

RGB265599-
CMYK0.740.4400.61
HSL216.16º58.4%24.51%-
HSV(B)216.16º73.74%38.82%-
XYZ4.043.8512.33-
YUV51.34154.89109.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.44%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 99 (39.06% from 255) = 55%
R=14.44%
G=30.56%
B=55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2655990.740.4400.61216.1658.424.51
Hex1A37634A2C03Dd83a19
Octal3267143112540753307231
Binary110101101111100011100101010110001111011101100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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