#193866

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

Shades of Catalina Blue #193866

Tints of Catalina Blue #193866

Color information

#193866 (or 0x193866) is unknown color: approx Catalina Blue. HEX triplet: 19, 38 and 66. RGB value is (25,56,102). Sum of RGB (Red+Green+Blue) = 25+56+102=183 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.66% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #193866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193866 is #E6C799. Grayscale: #333333. Windows color (decimal): -15124378 or 6699033. OLE color: 6699033.

HSL color Cylindrical-coordinate representation of color #193866: hue angle of 215.84º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193866 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2556102-
CMYK0.750.4500.6
HSL215.84º60.63%24.9%-
HSV(B)215.84º75.49%40%-
XYZ4.213.9913.12-
YUV51.98156.23108.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.66%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 102 (40.23% from 255) = 55.74%
R=13.66%
G=30.60%
B=55.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25561020.750.4500.6215.8460.6324.9
Hex1938664B2D03Cd83d19
Octal3170146113550743307531
Binary110011110001100110100101110110101111001101100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193866; }

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

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

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

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

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

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

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

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