#1A3869

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

Shades of Catalina Blue #1A3869

Tints of Catalina Blue #1A3869

Color information

#1A3869 (or 0x1A3869) is unknown color: approx Catalina Blue. HEX triplet: 1A, 38 and 69. RGB value is (26,56,105). Sum of RGB (Red+Green+Blue) = 26+56+105=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #1A3869 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3869 is #E5C796. Grayscale: #343434. Windows color (decimal): -15058839 or 6895642. OLE color: 6895642.

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

Color convert

RGB2656105-
CMYK0.750.4700.59
HSL217.22º60.31%25.69%-
HSV(B)217.22º75.24%41.18%-
XYZ4.394.0713.92-
YUV52.62157.56109.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.90%
GREEN value IS 56 (22.27% from 255) = 29.95%
BLUE value IS 105 (41.41% from 255) = 56.15%
R=13.90%
G=29.95%
B=56.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26561050.750.4700.59217.2260.3125.69
Hex1A38694B2F03Bd93c1a
Octal3270151113570733317432
Binary110101110001101001100101110111101110111101100111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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