Html Css Color HEX #163961 Regal Blue

📋 copy color: '#163961'

red 22 ◦ green 57 ◦ blue 97

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

Shades of Regal Blue #163961

Tints of Regal Blue #163961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.39%

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

R = 12.5%
G = 32.39%
B = 55.11%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163961 (or 0x163961) is known color: Regal Blue. HEX triplet: 16, 39 and 61. RGB value is (22,57,97). Sum of RGB (Red+Green+Blue) = 22+57+97=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #163961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163961 is #E9C69E. Grayscale: #323232. Windows color (decimal): -15320735 or 6371606. OLE color: 6371606.

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

Color convert

RGB 22 57 97 -
CMYK 0.77 0.41 0 0.62
HSL 212º 0.63% 0.23% -
HSV(B) 212º 0.77% 0.38% -
XYZ 3.95 3.96 11.87 -
YUV 51.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 22 57 97 0.77 0.41 0 0.62 212 0.63 0.23
Hex 16 39 61 4D 29 0 3E D4 3F 17
Octal 26 71 141 115 51 0 76 324 77 27
Binary 10110 111001 1100001 1001101 101001 0 111110 11010100 111111 10111

Color Harmonies of #163961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163961

Black with #163961

Text Example


Text Example

White with #163961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163961; }

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

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

background-color css

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

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

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

border-color css

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

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

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