Html Css Color HEX #163967 Regal Blue

📋 copy color: '#163967'

red 22 ◦ green 57 ◦ blue 103

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

Shades of Regal Blue #163967

Tints of Regal Blue #163967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 56.59%

R = 12.09%
G = 31.32%
B = 56.59%

CMYK

 C value IS 0.79

 M value IS 0.45

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#163967 (or 0x163967) is known color: Regal Blue. HEX triplet: 16, 39 and 67. RGB value is (22,57,103). Sum of RGB (Red+Green+Blue) = 22+57+103=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 103 (40.62% from 255 or 56.59% from 182); Max value from RGB is 103 - color contains mainly: blue. Hex color #163967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163967 is #E9C698. Grayscale: #333333. Windows color (decimal): -15320729 or 6764822. OLE color: 6764822.

HSL color Cylindrical-coordinate representation of color #163967: hue angle of 214.07º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #163967 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 22 57 103 -
CMYK 0.79 0.45 0 0.60
HSL 214.07º 0.65% 0.25% -
HSV(B) 214.07º 0.79% 0.4% -
XYZ 4.24 4.08 13.4 -
YUV 51.78 156.9 106.76 -
System Red Green Blue C M Y K H S L
Decimal 22 57 103 0.79 0.45 0 0.60 214.07 0.65 0.25
Hex 16 39 67 4F 2D 0 3C D6 41 19
Octal 26 71 147 117 55 0 74 326 101 31
Binary 10110 111001 1100111 1001111 101101 0 111100 11010110 1000001 11001

Color Harmonies of #163967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163967

Black with #163967

Text Example


Text Example

White with #163967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163967; }

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

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

background-color css

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

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

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

border-color css

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

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

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