#19345A

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

Shades of Catalina Blue #19345A

Tints of Catalina Blue #19345A

Color information

#19345A (or 0x19345A) is unknown color: approx Catalina Blue. HEX triplet: 19, 34 and 5A. RGB value is (25,52,90). Sum of RGB (Red+Green+Blue) = 25+52+90=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 90 (35.55% from 255 or 53.89% from 167); Max value from RGB is 90 - color contains mainly: blue. Hex color #19345A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19345A is #E6CBA5. Grayscale: #303030. Windows color (decimal): -15125414 or 5911577. OLE color: 5911577.

HSL color Cylindrical-coordinate representation of color #19345A: hue angle of 215.08º 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 #19345A is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB255290-
CMYK0.720.4200.65
HSL215.08º56.52%22.55%-
HSV(B)215.08º72.22%35.29%-
XYZ3.473.410.15-
YUV48.26151.55111.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 90 (35.55% from 255) = 53.89%
R=14.97%
G=31.14%
B=53.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2552900.720.4200.65215.0856.5222.55
Hex19345A482A041d73917
Octal31641321105201013277127
Binary1100111010010110101001000101010010000011101011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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