#193868

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

Shades of Catalina Blue #193868

Tints of Catalina Blue #193868

Color information

#193868 (or 0x193868) is unknown color: approx Catalina Blue. HEX triplet: 19, 38 and 68. RGB value is (25,56,104). Sum of RGB (Red+Green+Blue) = 25+56+104=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 104 (41.02% from 255 or 56.22% from 185); Max value from RGB is 104 - color contains mainly: blue. Hex color #193868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193868 is #E6C797. Grayscale: #333333. Windows color (decimal): -15124376 or 6830105. OLE color: 6830105.

HSL color Cylindrical-coordinate representation of color #193868: hue angle of 216.46º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193868 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2556104-
CMYK0.760.4600.59
HSL216.46º61.24%25.29%-
HSV(B)216.46º75.96%40.78%-
XYZ4.314.0313.65-
YUV52.2157.23108.6-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.51%
GREEN value IS 56 (22.27% from 255) = 30.27%
BLUE value IS 104 (41.02% from 255) = 56.22%
R=13.51%
G=30.27%
B=56.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25561040.760.4600.59216.4661.2425.29
Hex1938684C2E03Bd83d19
Octal3170150114560733307531
Binary110011110001101000100110010111001110111101100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193868; }

 p { color: rgb(25,56,104); }

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

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

 a { background-color: rgb(25,56,104); }

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

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

 span { border-color: rgb(25,56,104); }

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