#1A3156

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

Shades of Catalina Blue #1A3156

Tints of Catalina Blue #1A3156

Color information

#1A3156 (or 0x1A3156) is unknown color: approx Catalina Blue. HEX triplet: 1A, 31 and 56. RGB value is (26,49,86). Sum of RGB (Red+Green+Blue) = 26+49+86=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 86 (33.98% from 255 or 53.42% from 161); Max value from RGB is 86 - color contains mainly: blue. Hex color #1A3156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3156 is #E5CEA9. Grayscale: #2E2E2E. Windows color (decimal): -15060650 or 5648666. OLE color: 5648666.

HSL color Cylindrical-coordinate representation of color #1A3156: hue angle of 217º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A3156 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB264986-
CMYK0.700.4300.66
HSL217º53.57%21.96%-
HSV(B)217º69.77%33.73%-
XYZ3.23.099.23-
YUV46.34150.38113.49-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.15%
GREEN value IS 49 (19.53% from 255) = 30.43%
BLUE value IS 86 (33.98% from 255) = 53.42%
R=16.15%
G=30.43%
B=53.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2649860.700.4300.6621753.5721.96
Hex1A3156462B042d93616
Octal32611261065301023316626
Binary1101011000110101101000110101011010000101101100111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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