#193356

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

Shades of Catalina Blue #193356

Tints of Catalina Blue #193356

Color information

#193356 (or 0x193356) is unknown color: approx Catalina Blue. HEX triplet: 19, 33 and 56. RGB value is (25,51,86). Sum of RGB (Red+Green+Blue) = 25+51+86=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 86 (33.98% from 255 or 53.09% from 162); Max value from RGB is 86 - color contains mainly: blue. Hex color #193356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193356 is #E6CCA9. Grayscale: #2F2F2F. Windows color (decimal): -15125674 or 5649177. OLE color: 5649177.

HSL color Cylindrical-coordinate representation of color #193356: hue angle of 214.43º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #193356 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB255186-
CMYK0.710.4100.66
HSL214.43º54.95%21.76%-
HSV(B)214.43º70.93%33.73%-
XYZ3.263.259.26-
YUV47.22149.89112.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.43%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 86 (33.98% from 255) = 53.09%
R=15.43%
G=31.48%
B=53.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2551860.710.4100.66214.4354.9521.76
Hex1933564729042d63716
Octal31631261075101023266726
Binary1100111001110101101000111101001010000101101011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193356; }

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

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

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

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

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

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

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

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