#193154

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

Shades of Catalina Blue #193154

Tints of Catalina Blue #193154

Color information

#193154 (or 0x193154) is unknown color: approx Catalina Blue. HEX triplet: 19, 31 and 54. RGB value is (25,49,84). Sum of RGB (Red+Green+Blue) = 25+49+84=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 49 (19.53% from 255 or 31.01% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #193154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193154 is #E6CEAB. Grayscale: #2D2D2D. Windows color (decimal): -15126188 or 5517593. OLE color: 5517593.

HSL color Cylindrical-coordinate representation of color #193154: hue angle of 215.59º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #193154 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB254984-
CMYK0.700.4200.67
HSL215.59º54.13%21.37%-
HSV(B)215.59º70.24%32.94%-
XYZ3.13.048.81-
YUV45.81149.55113.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.82%
GREEN value IS 49 (19.53% from 255) = 31.01%
BLUE value IS 84 (33.20% from 255) = 53.16%
R=15.82%
G=31.01%
B=53.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2549840.700.4200.67215.5954.1321.37
Hex193154462A043d83615
Octal31611241065201033306625
Binary1100111000110101001000110101010010000111101100011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193154; }

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

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

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

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

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

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

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

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