#193B68

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

Shades of Catalina Blue #193B68

Tints of Catalina Blue #193B68

Color information

#193B68 (or 0x193B68) is unknown color: approx Catalina Blue. HEX triplet: 19, 3B and 68. RGB value is (25,59,104). Sum of RGB (Red+Green+Blue) = 25+59+104=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #193B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193B68 is #E6C497. Grayscale: #353535. Windows color (decimal): -15123608 or 6830873. OLE color: 6830873.

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

Color convert

RGB2559104-
CMYK0.760.4300.59
HSL214.18º61.24%25.29%-
HSV(B)214.18º75.96%40.78%-
XYZ4.464.3313.7-
YUV53.96156.24107.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.30%
GREEN value IS 59 (23.44% from 255) = 31.38%
BLUE value IS 104 (41.02% from 255) = 55.32%
R=13.30%
G=31.38%
B=55.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25591040.760.4300.59214.1861.2425.29
Hex193B684C2B03Bd63d19
Octal3173150114530733267531
Binary110011110111101000100110010101101110111101011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193B68; }

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

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

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

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

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

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

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

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