#193263

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

Shades of Catalina Blue #193263

Tints of Catalina Blue #193263

Color information

#193263 (or 0x193263) is unknown color: approx Catalina Blue. HEX triplet: 19, 32 and 63. RGB value is (25,50,99). Sum of RGB (Red+Green+Blue) = 25+50+99=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #193263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193263 is #E6CD9C. Grayscale: #2F2F2F. Windows color (decimal): -15125917 or 6500889. OLE color: 6500889.

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

Color convert

RGB255099-
CMYK0.750.4900.61
HSL219.73º59.68%24.31%-
HSV(B)219.73º74.75%38.82%-
XYZ3.793.3912.26-
YUV48.11156.72111.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.37%
GREEN value IS 50 (19.92% from 255) = 28.74%
BLUE value IS 99 (39.06% from 255) = 56.90%
R=14.37%
G=28.74%
B=56.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2550990.750.4900.61219.7359.6824.31
Hex1932634B3103Ddc3c18
Octal3162143113610753347430
Binary110011100101100011100101111000101111011101110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193263; }

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

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

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

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

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

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

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

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