Html Css Color HEX #163960 Regal Blue

📋 copy color: '#163960'

red 22 ◦ green 57 ◦ blue 96

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

Shades of Regal Blue #163960

Tints of Regal Blue #163960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 54.86%

R = 12.57%
G = 32.57%
B = 54.86%

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

#163960 (or 0x163960) is known color: Regal Blue. HEX triplet: 16, 39 and 60. RGB value is (22,57,96). Sum of RGB (Red+Green+Blue) = 22+57+96=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #163960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163960 is #E9C69F. Grayscale: #323232. Windows color (decimal): -15320736 or 6306070. OLE color: 6306070.

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

Color convert

RGB 22 57 96 -
CMYK 0.77 0.41 0 0.62
HSL 211.62º 0.63% 0.23% -
HSV(B) 211.62º 0.77% 0.38% -
XYZ 3.91 3.94 11.62 -
YUV 50.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 22 57 96 0.77 0.41 0 0.62 211.62 0.63 0.23
Hex 16 39 60 4D 29 0 3E D4 3F 17
Octal 26 71 140 115 51 0 76 324 77 27
Binary 10110 111001 1100000 1001101 101001 0 111110 11010100 111111 10111

Color Harmonies of #163960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163960

Black with #163960

Text Example


Text Example

White with #163960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163960; }

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

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

background-color css

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

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

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

border-color css

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

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

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