#1A3A69

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

Shades of Catalina Blue #1A3A69

Tints of Catalina Blue #1A3A69

Color information

#1A3A69 (or 0x1A3A69) is unknown color: approx Catalina Blue. HEX triplet: 1A, 3A and 69. RGB value is (26,58,105). Sum of RGB (Red+Green+Blue) = 26+58+105=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A3A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3A69 is #E5C596. Grayscale: #353535. Windows color (decimal): -15058327 or 6896154. OLE color: 6896154.

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

Color convert

RGB2658105-
CMYK0.750.4500.59
HSL215.7º60.31%25.69%-
HSV(B)215.7º75.24%41.18%-
XYZ4.494.2713.95-
YUV53.79156.9108.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.76%
GREEN value IS 58 (23.05% from 255) = 30.69%
BLUE value IS 105 (41.41% from 255) = 55.56%
R=13.76%
G=30.69%
B=55.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26581050.750.4500.59215.760.3125.69
Hex1A3A694B2D03Bd83c1a
Octal3272151113550733307432
Binary110101110101101001100101110110101110111101100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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