Html Css Color HEX #163155 Regal Blue

📋 copy color: '#163155'

red 22 ◦ green 49 ◦ blue 85

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

Shades of Regal Blue #163155

Tints of Regal Blue #163155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.41%

 BLUE value IS 85 (33.59% from 255) = 54.49%

R = 14.1%
G = 31.41%
B = 54.49%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#163155 (or 0x163155) is known color: Regal Blue. HEX triplet: 16, 31 and 55. RGB value is (22,49,85). Sum of RGB (Red+Green+Blue) = 22+49+85=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 85 (33.59% from 255 or 54.49% from 156); Max value from RGB is 85 - color contains mainly: blue. Hex color #163155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163155 is #E9CEAA. Grayscale: #2C2C2C. Windows color (decimal): -15322795 or 5583126. OLE color: 5583126.

HSL color Cylindrical-coordinate representation of color #163155: hue angle of 214.29º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #163155 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 49 85 -
CMYK 0.74 0.42 0 0.67
HSL 214.29º 0.59% 0.21% -
HSV(B) 214.29º 0.74% 0.33% -
XYZ 3.07 3.02 9.02 -
YUV 45.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 22 49 85 0.74 0.42 0 0.67 214.29 0.59 0.21
Hex 16 31 55 4A 2A 0 43 D6 3B 15
Octal 26 61 125 112 52 0 103 326 73 25
Binary 10110 110001 1010101 1001010 101010 0 1000011 11010110 111011 10101

Color Harmonies of #163155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163155

Black with #163155

Text Example


Text Example

White with #163155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163155; }

 p { color: rgb(22,49,85); }

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

background-color css

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

 a { background-color: rgb(22,49,85); }

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

border-color css

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

 span { border-color: rgb(22,49,85); }

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