Html Css Color HEX #163461 Catalina Blue

📋 copy color: '#163461'

red 22 ◦ green 52 ◦ blue 97

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

Shades of Catalina Blue #163461

Tints of Catalina Blue #163461

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.41%

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

R = 12.87%
G = 30.41%
B = 56.73%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163461 (or 0x163461) is known color: Catalina Blue. HEX triplet: 16, 34 and 61. RGB value is (22,52,97). Sum of RGB (Red+Green+Blue) = 22+52+97=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #163461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163461 is #E9CB9E. Grayscale: #2F2F2F. Windows color (decimal): -15322015 or 6370326. OLE color: 6370326.

HSL color Cylindrical-coordinate representation of color #163461: hue angle of 216º 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 #163461 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 52 97 -
CMYK 0.77 0.46 0 0.62
HSL 216º 0.63% 0.23% -
HSV(B) 216º 0.77% 0.38% -
XYZ 3.72 3.49 11.79 -
YUV 48.16 155.56 109.34 -
System Red Green Blue C M Y K H S L
Decimal 22 52 97 0.77 0.46 0 0.62 216 0.63 0.23
Hex 16 34 61 4D 2E 0 3E D8 3F 17
Octal 26 64 141 115 56 0 76 330 77 27
Binary 10110 110100 1100001 1001101 101110 0 111110 11011000 111111 10111

Color Harmonies of #163461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163461

Black with #163461

Text Example


Text Example

White with #163461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163461; }

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

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

background-color css

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

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

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

border-color css

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

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

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