#193155

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

Shades of Catalina Blue #193155

Tints of Catalina Blue #193155

Color information

#193155 (or 0x193155) is unknown color: approx Catalina Blue. HEX triplet: 19, 31 and 55. RGB value is (25,49,85). Sum of RGB (Red+Green+Blue) = 25+49+85=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #193155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193155 is #E6CEAA. Grayscale: #2D2D2D. Windows color (decimal): -15126187 or 5583129. OLE color: 5583129.

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

Color convert

RGB254985-
CMYK0.710.4200.67
HSL216º54.55%21.57%-
HSV(B)216º70.59%33.33%-
XYZ3.143.069.02-
YUV45.93150.05113.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 49 (19.53% from 255) = 30.82%
BLUE value IS 85 (33.59% from 255) = 53.46%
R=15.72%
G=30.82%
B=53.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2549850.710.4200.6721654.5521.57
Hex193155472A043d83716
Octal31611251075201033306726
Binary1100111000110101011000111101010010000111101100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193155; }

 p { color: rgb(25,49,85); }

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

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

 a { background-color: rgb(25,49,85); }

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

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

 span { border-color: rgb(25,49,85); }

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