#1A315D

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

Shades of Catalina Blue #1A315D

Tints of Catalina Blue #1A315D

Color information

#1A315D (or 0x1A315D) is unknown color: approx Catalina Blue. HEX triplet: 1A, 31 and 5D. RGB value is (26,49,93). Sum of RGB (Red+Green+Blue) = 26+49+93=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #1A315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A315D is #E5CEA2. Grayscale: #2E2E2E. Windows color (decimal): -15060643 or 6107418. OLE color: 6107418.

HSL color Cylindrical-coordinate representation of color #1A315D: hue angle of 219.4º 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 #1A315D is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB264993-
CMYK0.720.4700.64
HSL219.4º56.3%23.33%-
HSV(B)219.4º72.04%36.47%-
XYZ3.53.2110.79-
YUV47.14153.88112.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.48%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 93 (36.72% from 255) = 55.36%
R=15.48%
G=29.17%
B=55.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2649930.720.4700.64219.456.323.33
Hex1A315D482F040db3817
Octal32611351105701003337027
Binary1101011000110111011001000101111010000001101101111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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