#1A3769

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

Shades of Catalina Blue #1A3769

Tints of Catalina Blue #1A3769

Color information

#1A3769 (or 0x1A3769) is unknown color: approx Catalina Blue. HEX triplet: 1A, 37 and 69. RGB value is (26,55,105). Sum of RGB (Red+Green+Blue) = 26+55+105=186 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.98% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A3769 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3769 is #E5C896. Grayscale: #333333. Windows color (decimal): -15059095 or 6895386. OLE color: 6895386.

HSL color Cylindrical-coordinate representation of color #1A3769: hue angle of 217.97º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A3769 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2655105-
CMYK0.750.4800.59
HSL217.97º60.31%25.69%-
HSV(B)217.97º75.24%41.18%-
XYZ4.343.9713.9-
YUV52.03157.89109.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.98%
GREEN value IS 55 (21.88% from 255) = 29.57%
BLUE value IS 105 (41.41% from 255) = 56.45%
R=13.98%
G=29.57%
B=56.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26551050.750.4800.59217.9760.3125.69
Hex1A37694B3003Bda3c1a
Octal3267151113600733327432
Binary110101101111101001100101111000001110111101101011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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