Html Css Color HEX #163555 Regal Blue

📋 copy color: '#163555'

red 22 ◦ green 53 ◦ blue 85

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

Shades of Regal Blue #163555

Tints of Regal Blue #163555

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.13%

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

R = 13.75%
G = 33.13%
B = 53.13%

CMYK

 C value IS 0.74

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#163555 (or 0x163555) is known color: Regal Blue. HEX triplet: 16, 35 and 55. RGB value is (22,53,85). Sum of RGB (Red+Green+Blue) = 22+53+85=160 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.75% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #163555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163555 is #E9CAAA. Grayscale: #2F2F2F. Windows color (decimal): -15321771 or 5584150. OLE color: 5584150.

HSL color Cylindrical-coordinate representation of color #163555: hue angle of 210.48º 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 #163555 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 53 85 -
CMYK 0.74 0.38 0 0.67
HSL 210.48º 0.59% 0.21% -
HSV(B) 210.48º 0.74% 0.33% -
XYZ 3.24 3.37 9.07 -
YUV 47.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 22 53 85 0.74 0.38 0 0.67 210.48 0.59 0.21
Hex 16 35 55 4A 26 0 43 D2 3B 15
Octal 26 65 125 112 46 0 103 322 73 25
Binary 10110 110101 1010101 1001010 100110 0 1000011 11010010 111011 10101

Color Harmonies of #163555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163555

Black with #163555

Text Example


Text Example

White with #163555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163555; }

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

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

background-color css

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

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

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

border-color css

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

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

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