#193054

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

Shades of Catalina Blue #193054

Tints of Catalina Blue #193054

Color information

#193054 (or 0x193054) is unknown color: approx Catalina Blue. HEX triplet: 19, 30 and 54. RGB value is (25,48,84). Sum of RGB (Red+Green+Blue) = 25+48+84=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #193054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193054 is #E6CFAB. Grayscale: #2D2D2D. Windows color (decimal): -15126444 or 5517337. OLE color: 5517337.

HSL color Cylindrical-coordinate representation of color #193054: hue angle of 216.61º 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 #193054 is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB254884-
CMYK0.700.4300.67
HSL216.61º54.13%21.37%-
HSV(B)216.61º70.24%32.94%-
XYZ3.062.968.8-
YUV45.23149.88113.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 84 (33.20% from 255) = 53.50%
R=15.92%
G=30.57%
B=53.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2548840.700.4300.67216.6154.1321.37
Hex193054462B043d93615
Octal31601241065301033316625
Binary1100111000010101001000110101011010000111101100111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193054; }

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

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

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

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

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

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

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

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