#193161

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

Shades of Catalina Blue #193161

Tints of Catalina Blue #193161

Color information

#193161 (or 0x193161) is unknown color: approx Catalina Blue. HEX triplet: 19, 31 and 61. RGB value is (25,49,97). Sum of RGB (Red+Green+Blue) = 25+49+97=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #193161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193161 is #E6CE9E. Grayscale: #2F2F2F. Windows color (decimal): -15126175 or 6369561. OLE color: 6369561.

HSL color Cylindrical-coordinate representation of color #193161: hue angle of 220º 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 #193161 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB254997-
CMYK0.740.4900.62
HSL220º59.02%23.92%-
HSV(B)220º74.23%38.04%-
XYZ3.663.2711.75-
YUV47.3156.05112.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.62%
GREEN value IS 49 (19.53% from 255) = 28.65%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=14.62%
G=28.65%
B=56.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2549970.740.4900.6222059.0223.92
Hex1931614A3103Edc3b18
Octal3161141112610763347330
Binary110011100011100001100101011000101111101101110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193161; }

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

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

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

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

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

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

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

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