#19355A

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

Shades of Catalina Blue #19355A

Tints of Catalina Blue #19355A

Color information

#19355A (or 0x19355A) is unknown color: approx Catalina Blue. HEX triplet: 19, 35 and 5A. RGB value is (25,53,90). Sum of RGB (Red+Green+Blue) = 25+53+90=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #19355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19355A is #E6CAA5. Grayscale: #303030. Windows color (decimal): -15125158 or 5911833. OLE color: 5911833.

HSL color Cylindrical-coordinate representation of color #19355A: hue angle of 214.15º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19355A is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB255390-
CMYK0.720.4100.65
HSL214.15º56.52%22.55%-
HSV(B)214.15º72.22%35.29%-
XYZ3.523.4910.16-
YUV48.85151.22110.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.88%
GREEN value IS 53 (21.09% from 255) = 31.55%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=14.88%
G=31.55%
B=53.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2553900.720.4100.65214.1556.5222.55
Hex19355A4829041d63917
Octal31651321105101013267127
Binary1100111010110110101001000101001010000011101011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19355A; }

 p { color: rgb(25,53,90); }

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

<style>
 a { background-color: #19355A; }

 a { background-color: rgb(25,53,90); }

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

<style>
 span { border-color: #19355A; }

 span { border-color: rgb(25,53,90); }

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