#193968

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

Shades of Catalina Blue #193968

Tints of Catalina Blue #193968

Color information

#193968 (or 0x193968) is unknown color: approx Catalina Blue. HEX triplet: 19, 39 and 68. RGB value is (25,57,104). Sum of RGB (Red+Green+Blue) = 25+57+104=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #193968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193968 is #E6C697. Grayscale: #343434. Windows color (decimal): -15124120 or 6830361. OLE color: 6830361.

HSL color Cylindrical-coordinate representation of color #193968: hue angle of 215.7º 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 #193968 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2557104-
CMYK0.760.4500.59
HSL215.7º61.24%25.29%-
HSV(B)215.7º75.96%40.78%-
XYZ4.364.1313.66-
YUV52.79156.9108.18-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.44%
GREEN value IS 57 (22.66% from 255) = 30.65%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=13.44%
G=30.65%
B=55.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25571040.760.4500.59215.761.2425.29
Hex1939684C2D03Bd83d19
Octal3171150114550733307531
Binary110011110011101000100110010110101110111101100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193968; }

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

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

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

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

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

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

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

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