#163768

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

Shades of Catalina Blue #163768

Tints of Catalina Blue #163768

Color information

#163768 (or 0x163768) is unknown color: approx Catalina Blue. HEX triplet: 16, 37 and 68. RGB value is (22,55,104). Sum of RGB (Red+Green+Blue) = 22+55+104=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #163768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163768 is #E9C897. Grayscale: #323232. Windows color (decimal): -15321240 or 6829846. OLE color: 6829846.

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

Color convert

RGB2255104-
CMYK0.790.4700.59
HSL215.85º65.08%24.71%-
HSV(B)215.85º78.85%40.78%-
XYZ4.23.913.63-
YUV50.72158.07107.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.15%
GREEN value IS 55 (21.88% from 255) = 30.39%
BLUE value IS 104 (41.02% from 255) = 57.46%
R=12.15%
G=30.39%
B=57.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22551040.790.4700.59215.8565.0824.71
Hex1637684F2F03Bd84119
Octal26671501175707333010131
Binary1011011011111010001001111101111011101111011000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163768; }

 p { color: rgb(22,55,104); }

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

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

 a { background-color: rgb(22,55,104); }

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

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

 span { border-color: rgb(22,55,104); }

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