#19315D

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

Shades of Catalina Blue #19315D

Tints of Catalina Blue #19315D

Color information

#19315D (or 0x19315D) is unknown color: approx Catalina Blue. HEX triplet: 19, 31 and 5D. RGB value is (25,49,93). Sum of RGB (Red+Green+Blue) = 25+49+93=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 93 (36.72% from 255 or 55.69% from 167); Max value from RGB is 93 - color contains mainly: blue. Hex color #19315D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19315D is #E6CEA2. Grayscale: #2E2E2E. Windows color (decimal): -15126179 or 6107417. OLE color: 6107417.

HSL color Cylindrical-coordinate representation of color #19315D: hue angle of 218.82º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19315D is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB254993-
CMYK0.730.4700.64
HSL218.82º57.63%23.14%-
HSV(B)218.82º73.12%36.47%-
XYZ3.473.1910.79-
YUV46.84154.05112.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 93 (36.72% from 255) = 55.69%
R=14.97%
G=29.34%
B=55.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2549930.730.4700.64218.8257.6323.14
Hex19315D492F040db3a17
Octal31611351115701003337227
Binary1100111000110111011001001101111010000001101101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19315D; }

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

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

<style>
 a { background-color: #19315D; }

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

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

<style>
 span { border-color: #19315D; }

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

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