Html Css Color HEX #163561 Catalina Blue

📋 copy color: '#163561'

red 22 ◦ green 53 ◦ blue 97

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

Shades of Catalina Blue #163561

Tints of Catalina Blue #163561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 56.4%

R = 12.79%
G = 30.81%
B = 56.4%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163561 (or 0x163561) is known color: Catalina Blue. HEX triplet: 16, 35 and 61. RGB value is (22,53,97). Sum of RGB (Red+Green+Blue) = 22+53+97=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #163561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163561 is #E9CA9E. Grayscale: #303030. Windows color (decimal): -15321759 or 6370582. OLE color: 6370582.

HSL color Cylindrical-coordinate representation of color #163561: hue angle of 215.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #163561 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 53 97 -
CMYK 0.77 0.45 0 0.62
HSL 215.2º 0.63% 0.23% -
HSV(B) 215.2º 0.77% 0.38% -
XYZ 3.76 3.58 11.8 -
YUV 48.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 22 53 97 0.77 0.45 0 0.62 215.2 0.63 0.23
Hex 16 35 61 4D 2D 0 3E D7 3F 17
Octal 26 65 141 115 55 0 76 327 77 27
Binary 10110 110101 1100001 1001101 101101 0 111110 11010111 111111 10111

Color Harmonies of #163561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163561

Black with #163561

Text Example


Text Example

White with #163561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163561; }

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

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

background-color css

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

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

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

border-color css

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

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

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