#163668

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

Shades of Catalina Blue #163668

Tints of Catalina Blue #163668

Color information

#163668 (or 0x163668) is unknown color: approx Catalina Blue. HEX triplet: 16, 36 and 68. RGB value is (22,54,104). Sum of RGB (Red+Green+Blue) = 22+54+104=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 104 (41.02% from 255 or 57.78% from 180); Max value from RGB is 104 - color contains mainly: blue. Hex color #163668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163668 is #E9C997. Grayscale: #313131. Windows color (decimal): -15321496 or 6829590. OLE color: 6829590.

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

Color convert

RGB2254104-
CMYK0.790.4800.59
HSL216.59º65.08%24.71%-
HSV(B)216.59º78.85%40.78%-
XYZ4.153.8113.61-
YUV50.13158.4107.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.22%
GREEN value IS 54 (21.48% from 255) = 30%
BLUE value IS 104 (41.02% from 255) = 57.78%
R=12.22%
G=30%
B=57.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22541040.790.4800.59216.5965.0824.71
Hex1636684F3003Bd94119
Octal26661501176007333110131
Binary1011011011011010001001111110000011101111011001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163668; }

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

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

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

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

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

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

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

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