#1A3860

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

Shades of Catalina Blue #1A3860

Tints of Catalina Blue #1A3860

Color information

#1A3860 (or 0x1A3860) is unknown color: approx Catalina Blue. HEX triplet: 1A, 38 and 60. RGB value is (26,56,96). Sum of RGB (Red+Green+Blue) = 26+56+96=178 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.61% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A3860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3860 is #E5C79F. Grayscale: #333333. Windows color (decimal): -15058848 or 6305818. OLE color: 6305818.

HSL color Cylindrical-coordinate representation of color #1A3860: hue angle of 214.29º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A3860 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB265696-
CMYK0.730.4200.62
HSL214.29º57.38%23.92%-
HSV(B)214.29º72.92%37.65%-
XYZ3.953.8911.61-
YUV51.59153.06109.75-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.61%
GREEN value IS 56 (22.27% from 255) = 31.46%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=14.61%
G=31.46%
B=53.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2656960.730.4200.62214.2957.3823.92
Hex1A3860492A03Ed63918
Octal3270140111520763267130
Binary110101110001100000100100110101001111101101011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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