Html Css Color HEX #163565 Catalina Blue

📋 copy color: '#163565'

red 22 ◦ green 53 ◦ blue 101

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

Shades of Catalina Blue #163565

Tints of Catalina Blue #163565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 57.39%

R = 12.5%
G = 30.11%
B = 57.39%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#163565 (or 0x163565) is known color: Catalina Blue. HEX triplet: 16, 35 and 65. RGB value is (22,53,101). Sum of RGB (Red+Green+Blue) = 22+53+101=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #163565 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163565 is #E9CA9A. Grayscale: #303030. Windows color (decimal): -15321755 or 6632726. OLE color: 6632726.

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

Color convert

RGB 22 53 101 -
CMYK 0.78 0.48 0 0.60
HSL 216.46º 0.64% 0.24% -
HSV(B) 216.46º 0.78% 0.4% -
XYZ 3.95 3.66 12.81 -
YUV 49.2 157.23 108.6 -
System Red Green Blue C M Y K H S L
Decimal 22 53 101 0.78 0.48 0 0.60 216.46 0.64 0.24
Hex 16 35 65 4E 30 0 3C D8 40 18
Octal 26 65 145 116 60 0 74 330 100 30
Binary 10110 110101 1100101 1001110 110000 0 111100 11011000 1000000 11000

Color Harmonies of #163565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163565

Black with #163565

Text Example


Text Example

White with #163565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163565; }

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

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

background-color css

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

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

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

border-color css

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

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

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