#1A2F5D

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

Shades of Catalina Blue #1A2F5D

Tints of Catalina Blue #1A2F5D

Color information

#1A2F5D (or 0x1A2F5D) is unknown color: approx Catalina Blue. HEX triplet: 1A, 2F and 5D. RGB value is (26,47,93). Sum of RGB (Red+Green+Blue) = 26+47+93=166 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.66% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A2F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2F5D is #E5D0A2. Grayscale: #2D2D2D. Windows color (decimal): -15061155 or 6106906. OLE color: 6106906.

HSL color Cylindrical-coordinate representation of color #1A2F5D: hue angle of 221.19º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A2F5D is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB264793-
CMYK0.720.4900.64
HSL221.19º56.3%23.33%-
HSV(B)221.19º72.04%36.47%-
XYZ3.423.0410.76-
YUV45.96154.54113.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.66%
GREEN value IS 47 (18.75% from 255) = 28.31%
BLUE value IS 93 (36.72% from 255) = 56.02%
R=15.66%
G=28.31%
B=56.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2647930.720.4900.64221.1956.323.33
Hex1A2F5D4831040dd3817
Octal32571351106101003357027
Binary1101010111110111011001000110001010000001101110111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,47,93); }

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

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

 a { background-color: rgb(26,47,93); }

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

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

 span { border-color: rgb(26,47,93); }

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