#1A3152

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

Shades of Catalina Blue #1A3152

Tints of Catalina Blue #1A3152

Color information

#1A3152 (or 0x1A3152) is unknown color: approx Catalina Blue. HEX triplet: 1A, 31 and 52. RGB value is (26,49,82). Sum of RGB (Red+Green+Blue) = 26+49+82=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 82 (32.42% from 255 or 52.23% from 157); Max value from RGB is 82 - color contains mainly: blue. Hex color #1A3152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3152 is #E5CEAD. Grayscale: #2D2D2D. Windows color (decimal): -15060654 or 5386522. OLE color: 5386522.

HSL color Cylindrical-coordinate representation of color #1A3152: hue angle of 215.36º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A3152 is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB264982-
CMYK0.680.4000.68
HSL215.36º51.85%21.18%-
HSV(B)215.36º68.29%32.16%-
XYZ3.053.038.41-
YUV45.88148.38113.82-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.56%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 82 (32.42% from 255) = 52.23%
R=16.56%
G=31.21%
B=52.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2649820.680.4000.68215.3651.8521.18
Hex1A31524428044d73415
Octal32611221045001043276425
Binary1101011000110100101000100101000010001001101011111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,49,82); }

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

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

 a { background-color: rgb(26,49,82); }

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

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

 span { border-color: rgb(26,49,82); }

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