#1A3458

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

Shades of Catalina Blue #1A3458

Tints of Catalina Blue #1A3458

Color information

#1A3458 (or 0x1A3458) is unknown color: approx Catalina Blue. HEX triplet: 1A, 34 and 58. RGB value is (26,52,88). Sum of RGB (Red+Green+Blue) = 26+52+88=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #1A3458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3458 is #E5CBA7. Grayscale: #303030. Windows color (decimal): -15059880 or 5780506. OLE color: 5780506.

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

Color convert

RGB265288-
CMYK0.700.4100.65
HSL214.84º54.39%22.35%-
HSV(B)214.84º70.45%34.51%-
XYZ3.423.389.7-
YUV48.33150.39112.07-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.66%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 88 (34.77% from 255) = 53.01%
R=15.66%
G=31.33%
B=53.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2652880.700.4100.65214.8454.3922.35
Hex1A34584629041d73616
Octal32641301065101013276626
Binary1101011010010110001000110101001010000011101011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,52,88); }

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

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

 a { background-color: rgb(26,52,88); }

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

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

 span { border-color: rgb(26,52,88); }

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