#193364

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

Shades of Catalina Blue #193364

Tints of Catalina Blue #193364

Color information

#193364 (or 0x193364) is unknown color: approx Catalina Blue. HEX triplet: 19, 33 and 64. RGB value is (25,51,100). Sum of RGB (Red+Green+Blue) = 25+51+100=176 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.20% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 100 (39.45% from 255 or 56.82% from 176); Max value from RGB is 100 - color contains mainly: blue. Hex color #193364 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193364 is #E6CC9B. Grayscale: #303030. Windows color (decimal): -15125660 or 6566681. OLE color: 6566681.

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

Color convert

RGB2551100-
CMYK0.750.4900.61
HSL219.2º60%24.51%-
HSV(B)219.2º75%39.22%-
XYZ3.883.4912.53-
YUV48.81156.89111.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.20%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 100 (39.45% from 255) = 56.82%
R=14.20%
G=28.98%
B=56.82%

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
Decimal25511000.750.4900.61219.26024.51
Hex1933644B3103Ddb3c19
Octal3163144113610753337431
Binary110011100111100100100101111000101111011101101111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193364; }

 p { color: rgb(25,51,100); }

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

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

 a { background-color: rgb(25,51,100); }

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

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

 span { border-color: rgb(25,51,100); }

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