#1A3061

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

Shades of Catalina Blue #1A3061

Tints of Catalina Blue #1A3061

Color information

#1A3061 (or 0x1A3061) is unknown color: approx Catalina Blue. HEX triplet: 1A, 30 and 61. RGB value is (26,48,97). Sum of RGB (Red+Green+Blue) = 26+48+97=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A3061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3061 is #E5CF9E. Grayscale: #2E2E2E. Windows color (decimal): -15060895 or 6369306. OLE color: 6369306.

HSL color Cylindrical-coordinate representation of color #1A3061: hue angle of 221.41º degrees, saturation: 0.58, 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 #1A3061 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB264897-
CMYK0.730.5100.62
HSL221.41º57.72%24.12%-
HSV(B)221.41º73.2%38.04%-
XYZ3.643.211.73-
YUV47.01156.21113.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.20%
GREEN value IS 48 (19.14% from 255) = 28.07%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=15.20%
G=28.07%
B=56.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2648970.730.5100.62221.4157.7224.12
Hex1A3061493303Edd3a18
Octal3260141111630763357230
Binary110101100001100001100100111001101111101101110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,48,97); }

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

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

 a { background-color: rgb(26,48,97); }

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

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

 span { border-color: rgb(26,48,97); }

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