Html Css Color HEX #163563 Catalina Blue

📋 copy color: '#163563'

red 22 ◦ green 53 ◦ blue 99

#163563
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #163563

Tints of Catalina Blue #163563

RGB

 RED value IS 22 (8.98% from 255) = 12.64%

 GREEN value IS 53 (21.09% from 255) = 30.46%

 BLUE value IS 99 (39.06% from 255) = 56.9%

R = 12.64%
G = 30.46%
B = 56.9%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#163563 (or 0x163563) is known color: Catalina Blue. HEX triplet: 16, 35 and 63. RGB value is (22,53,99). Sum of RGB (Red+Green+Blue) = 22+53+99=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 99 (39.06% from 255 or 56.90% from 174); Max value from RGB is 99 - color contains mainly: blue. Hex color #163563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163563 is #E9CA9C. Grayscale: #303030. Windows color (decimal): -15321757 or 6501654. OLE color: 6501654.

HSL color Cylindrical-coordinate representation of color #163563: hue angle of 215.84º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #163563 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 22 53 99 -
CMYK 0.78 0.46 0 0.61
HSL 215.84º 0.64% 0.24% -
HSV(B) 215.84º 0.78% 0.39% -
XYZ 3.86 3.62 12.3 -
YUV 48.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 22 53 99 0.78 0.46 0 0.61 215.84 0.64 0.24
Hex 16 35 63 4E 2E 0 3D D8 40 18
Octal 26 65 143 116 56 0 75 330 100 30
Binary 10110 110101 1100011 1001110 101110 0 111101 11011000 1000000 11000

Color Harmonies of #163563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163563

Black with #163563

Text Example


Text Example

White with #163563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163563; }

 p { color: rgb(22,53,99); }

 H1.HeaderClassName
 {
   color: #163563;
 }
 .AnyTagClassName
 {
   color: #163563;
 }
</style>

background-color css

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

 a { background-color: rgb(22,53,99); }

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

border-color css

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

 span { border-color: rgb(22,53,99); }

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