#193357

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

Shades of Catalina Blue #193357

Tints of Catalina Blue #193357

Color information

#193357 (or 0x193357) is unknown color: approx Catalina Blue. HEX triplet: 19, 33 and 57. RGB value is (25,51,87). Sum of RGB (Red+Green+Blue) = 25+51+87=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #193357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193357 is #E6CCA8. Grayscale: #2F2F2F. Windows color (decimal): -15125673 or 5714713. OLE color: 5714713.

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

Color convert

RGB255187-
CMYK0.710.4100.66
HSL214.84º55.36%21.96%-
HSV(B)214.84º71.26%34.12%-
XYZ3.313.269.47-
YUV47.33150.39112.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 87 (34.38% from 255) = 53.37%
R=15.34%
G=31.29%
B=53.37%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2551870.710.4100.66214.8455.3621.96
Hex1933574729042d73716
Octal31631271075101023276726
Binary1100111001110101111000111101001010000101101011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193357; }

 p { color: rgb(25,51,87); }

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

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

 a { background-color: rgb(25,51,87); }

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

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

 span { border-color: rgb(25,51,87); }

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