#193459

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

Shades of Catalina Blue #193459

Tints of Catalina Blue #193459

Color information

#193459 (or 0x193459) is unknown color: approx Catalina Blue. HEX triplet: 19, 34 and 59. RGB value is (25,52,89). Sum of RGB (Red+Green+Blue) = 25+52+89=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #193459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193459 is #E6CBA6. Grayscale: #2F2F2F. Windows color (decimal): -15125415 or 5846041. OLE color: 5846041.

HSL color Cylindrical-coordinate representation of color #193459: hue angle of 214.69º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #193459 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB255289-
CMYK0.720.4200.65
HSL214.69º56.14%22.35%-
HSV(B)214.69º71.91%34.9%-
XYZ3.433.389.92-
YUV48.14151.05111.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=15.06%
G=31.33%
B=53.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2552890.720.4200.65214.6956.1422.35
Hex193459482A041d73816
Octal31641311105201013277026
Binary1100111010010110011001000101010010000011101011111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193459; }

 p { color: rgb(25,52,89); }

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

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

 a { background-color: rgb(25,52,89); }

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

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

 span { border-color: rgb(25,52,89); }

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