#1A3362

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

Shades of Catalina Blue #1A3362

Tints of Catalina Blue #1A3362

Color information

#1A3362 (or 0x1A3362) is unknown color: approx Catalina Blue. HEX triplet: 1A, 33 and 62. RGB value is (26,51,98). Sum of RGB (Red+Green+Blue) = 26+51+98=175 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.86% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 98 (38.67% from 255 or 56% from 175); Max value from RGB is 98 - color contains mainly: blue. Hex color #1A3362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3362 is #E5CC9D. Grayscale: #303030. Windows color (decimal): -15060126 or 6435610. OLE color: 6435610.

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

Color convert

RGB265198-
CMYK0.730.4800.62
HSL219.17º58.06%24.31%-
HSV(B)219.17º73.47%38.43%-
XYZ3.813.4712.02-
YUV48.88155.72111.68-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.86%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 98 (38.67% from 255) = 56%
R=14.86%
G=29.14%
B=56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2651980.730.4800.62219.1758.0624.31
Hex1A3362493003Edb3a18
Octal3263142111600763337230
Binary110101100111100010100100111000001111101101101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,51,98); }

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

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

 a { background-color: rgb(26,51,98); }

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

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

 span { border-color: rgb(26,51,98); }

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