#193661

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

Shades of Catalina Blue #193661

Tints of Catalina Blue #193661

Color information

#193661 (or 0x193661) is unknown color: approx Catalina Blue. HEX triplet: 19, 36 and 61. RGB value is (25,54,97). Sum of RGB (Red+Green+Blue) = 25+54+97=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #193661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193661 is #E6C99E. Grayscale: #323232. Windows color (decimal): -15124895 or 6370841. OLE color: 6370841.

HSL color Cylindrical-coordinate representation of color #193661: hue angle of 215.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #193661 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB255497-
CMYK0.740.4400.62
HSL215.83º59.02%23.92%-
HSV(B)215.83º74.23%38.04%-
XYZ3.883.7111.82-
YUV50.23154.39110-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.20%
GREEN value IS 54 (21.48% from 255) = 30.68%
BLUE value IS 97 (38.28% from 255) = 55.11%
R=14.20%
G=30.68%
B=55.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2554970.740.4400.62215.8359.0223.92
Hex1936614A2C03Ed83b18
Octal3166141112540763307330
Binary110011101101100001100101010110001111101101100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193661; }

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

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

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

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

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

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

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

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