#193663

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

Shades of Catalina Blue #193663

Tints of Catalina Blue #193663

Color information

#193663 (or 0x193663) is unknown color: approx Catalina Blue. HEX triplet: 19, 36 and 63. RGB value is (25,54,99). Sum of RGB (Red+Green+Blue) = 25+54+99=178 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.04% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #193663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193663 is #E6C99C. Grayscale: #323232. Windows color (decimal): -15124893 or 6501913. OLE color: 6501913.

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

Color convert

RGB255499-
CMYK0.750.4500.61
HSL216.49º59.68%24.31%-
HSV(B)216.49º74.75%38.82%-
XYZ3.973.7512.32-
YUV50.46155.39109.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.04%
GREEN value IS 54 (21.48% from 255) = 30.34%
BLUE value IS 99 (39.06% from 255) = 55.62%
R=14.04%
G=30.34%
B=55.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2554990.750.4500.61216.4959.6824.31
Hex1936634B2D03Dd83c18
Octal3166143113550753307430
Binary110011101101100011100101110110101111011101100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193663; }

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

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

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

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

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

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

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

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