#193051

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

Shades of Catalina Blue #193051

Tints of Catalina Blue #193051

Color information

#193051 (or 0x193051) is unknown color: approx Catalina Blue. HEX triplet: 19, 30 and 51. RGB value is (25,48,81). Sum of RGB (Red+Green+Blue) = 25+48+81=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 81 (32.03% from 255 or 52.60% from 154); Max value from RGB is 81 - color contains mainly: blue. Hex color #193051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193051 is #E6CFAE. Grayscale: #2C2C2C. Windows color (decimal): -15126447 or 5320729. OLE color: 5320729.

HSL color Cylindrical-coordinate representation of color #193051: hue angle of 215.36º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #193051 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB254881-
CMYK0.690.4100.68
HSL215.36º52.83%20.78%-
HSV(B)215.36º69.14%31.76%-
XYZ2.942.918.19-
YUV44.88148.38113.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.23%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 81 (32.03% from 255) = 52.60%
R=16.23%
G=31.17%
B=52.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2548810.690.4100.68215.3652.8320.78
Hex1930514529044d73515
Octal31601211055101043276525
Binary1100111000010100011000101101001010001001101011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193051; }

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

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

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

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

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

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

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

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