#19365D

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

Shades of Catalina Blue #19365D

Tints of Catalina Blue #19365D

Color information

#19365D (or 0x19365D) is unknown color: approx Catalina Blue. HEX triplet: 19, 36 and 5D. RGB value is (25,54,93). Sum of RGB (Red+Green+Blue) = 25+54+93=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #19365D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19365D is #E6C9A2. Grayscale: #313131. Windows color (decimal): -15124899 or 6108697. OLE color: 6108697.

HSL color Cylindrical-coordinate representation of color #19365D: hue angle of 214.41º 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 #19365D is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB255493-
CMYK0.730.4200.64
HSL214.41º57.63%23.14%-
HSV(B)214.41º73.12%36.47%-
XYZ3.73.6410.86-
YUV49.77152.39110.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.53%
GREEN value IS 54 (21.48% from 255) = 31.40%
BLUE value IS 93 (36.72% from 255) = 54.07%
R=14.53%
G=31.40%
B=54.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2554930.730.4200.64214.4157.6323.14
Hex19365D492A040d63a17
Octal31661351115201003267227
Binary1100111011010111011001001101010010000001101011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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