#1A3969

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

Shades of Catalina Blue #1A3969

Tints of Catalina Blue #1A3969

Color information

#1A3969 (or 0x1A3969) is unknown color: approx Catalina Blue. HEX triplet: 1A, 39 and 69. RGB value is (26,57,105). Sum of RGB (Red+Green+Blue) = 26+57+105=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A3969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3969 is #E5C696. Grayscale: #343434. Windows color (decimal): -15058583 or 6895898. OLE color: 6895898.

HSL color Cylindrical-coordinate representation of color #1A3969: hue angle of 216.46º 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 #1A3969 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2657105-
CMYK0.750.4600.59
HSL216.46º60.31%25.69%-
HSV(B)216.46º75.24%41.18%-
XYZ4.444.1713.93-
YUV53.2157.23108.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.83%
GREEN value IS 57 (22.66% from 255) = 30.32%
BLUE value IS 105 (41.41% from 255) = 55.85%
R=13.83%
G=30.32%
B=55.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26571050.750.4600.59216.4660.3125.69
Hex1A39694B2E03Bd83c1a
Octal3271151113560733307432
Binary110101110011101001100101110111001110111101100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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