#193863

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

Shades of Catalina Blue #193863

Tints of Catalina Blue #193863

Color information

#193863 (or 0x193863) is unknown color: approx Catalina Blue. HEX triplet: 19, 38 and 63. RGB value is (25,56,99). Sum of RGB (Red+Green+Blue) = 25+56+99=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #193863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193863 is #E6C79C. Grayscale: #333333. Windows color (decimal): -15124381 or 6502425. OLE color: 6502425.

HSL color Cylindrical-coordinate representation of color #193863: hue angle of 214.86º 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 #193863 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB255699-
CMYK0.750.4300.61
HSL214.86º59.68%24.31%-
HSV(B)214.86º74.75%38.82%-
XYZ4.073.9412.35-
YUV51.63154.73109-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.89%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 99 (39.06% from 255) = 55%
R=13.89%
G=31.11%
B=55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2556990.750.4300.61214.8659.6824.31
Hex1938634B2B03Dd73c18
Octal3170143113530753277430
Binary110011110001100011100101110101101111011101011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193863; }

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

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

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

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

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

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

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

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