#193564

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

Shades of Catalina Blue #193564

Tints of Catalina Blue #193564

Color information

#193564 (or 0x193564) is unknown color: approx Catalina Blue. HEX triplet: 19, 35 and 64. RGB value is (25,53,100). Sum of RGB (Red+Green+Blue) = 25+53+100=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 100 (39.45% from 255 or 56.18% from 178); Max value from RGB is 100 - color contains mainly: blue. Hex color #193564 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193564 is #E6CA9B. Grayscale: #313131. Windows color (decimal): -15125148 or 6567193. OLE color: 6567193.

HSL color Cylindrical-coordinate representation of color #193564: hue angle of 217.6º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193564 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2553100-
CMYK0.750.4700.61
HSL217.6º60%24.51%-
HSV(B)217.6º75%39.22%-
XYZ3.973.6712.56-
YUV49.99156.22110.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 100 (39.45% from 255) = 56.18%
R=14.04%
G=29.78%
B=56.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25531000.750.4700.61217.66024.51
Hex1935644B2F03Dda3c19
Octal3165144113570753327431
Binary110011101011100100100101110111101111011101101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193564; }

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

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

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

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

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

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

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

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