Html Css Color HEX #163B6A Regal Blue

📋 copy color: '#163B6A'

red 22 ◦ green 59 ◦ blue 106

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

Shades of Regal Blue #163B6A

Tints of Regal Blue #163B6A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.55%

 BLUE value IS 106 (41.8% from 255) = 56.68%

R = 11.76%
G = 31.55%
B = 56.68%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#163B6A (or 0x163B6A) is known color: Regal Blue. HEX triplet: 16, 3B and 6A. RGB value is (22,59,106). Sum of RGB (Red+Green+Blue) = 22+59+106=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #163B6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B6A is #E9C495. Grayscale: #353535. Windows color (decimal): -15320214 or 6961942. OLE color: 6961942.

HSL color Cylindrical-coordinate representation of color #163B6A: hue angle of 213.57º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #163B6A is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 22 59 106 -
CMYK 0.79 0.44 0 0.58
HSL 213.57º 0.66% 0.25% -
HSV(B) 213.57º 0.79% 0.42% -
XYZ 4.5 4.34 14.24 -
YUV 53.3 157.74 105.68 -
System Red Green Blue C M Y K H S L
Decimal 22 59 106 0.79 0.44 0 0.58 213.57 0.66 0.25
Hex 16 3B 6A 4F 2C 0 3A D6 42 19
Octal 26 73 152 117 54 0 72 326 102 31
Binary 10110 111011 1101010 1001111 101100 0 111010 11010110 1000010 11001

Color Harmonies of #163B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B6A

Black with #163B6A

Text Example


Text Example

White with #163B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163B6A; }

 p { color: rgb(22,59,106); }

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

background-color css

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

 a { background-color: rgb(22,59,106); }

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

border-color css

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

 span { border-color: rgb(22,59,106); }

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