#193971

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

Shades of Catalina Blue #193971

Tints of Catalina Blue #193971

Color information

#193971 (or 0x193971) is unknown color: approx Catalina Blue. HEX triplet: 19, 39 and 71. RGB value is (25,57,113). Sum of RGB (Red+Green+Blue) = 25+57+113=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #193971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193971 is #E6C68E. Grayscale: #353535. Windows color (decimal): -15124111 or 7420185. OLE color: 7420185.

HSL color Cylindrical-coordinate representation of color #193971: hue angle of 218.18º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193971 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2557113-
CMYK0.780.5000.56
HSL218.18º63.77%27.06%-
HSV(B)218.18º77.88%44.31%-
XYZ4.844.3316.2-
YUV53.82161.4107.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 113 (44.53% from 255) = 57.95%
R=12.82%
G=29.23%
B=57.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal25571130.780.5000.56218.1863.7727.06
Hex1939714E32038da401b
Octal31711611166207033210033
Binary1100111100111100011001110110010011100011011010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193971; }

 p { color: rgb(25,57,113); }

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

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

 a { background-color: rgb(25,57,113); }

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

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

 span { border-color: rgb(25,57,113); }

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