Html Css Color HEX #163655 Regal Blue

📋 copy color: '#163655'

red 22 ◦ green 54 ◦ blue 85

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

Shades of Regal Blue #163655

Tints of Regal Blue #163655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.54%

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

R = 13.66%
G = 33.54%
B = 52.8%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#163655 (or 0x163655) is known color: Regal Blue. HEX triplet: 16, 36 and 55. RGB value is (22,54,85). Sum of RGB (Red+Green+Blue) = 22+54+85=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #163655 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163655 is #E9C9AA. Grayscale: #2F2F2F. Windows color (decimal): -15321515 or 5584406. OLE color: 5584406.

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

Color convert

RGB 22 54 85 -
CMYK 0.74 0.36 0 0.67
HSL 209.52º 0.59% 0.21% -
HSV(B) 209.52º 0.74% 0.33% -
XYZ 3.29 3.46 9.09 -
YUV 47.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 22 54 85 0.74 0.36 0 0.67 209.52 0.59 0.21
Hex 16 36 55 4A 24 0 43 D2 3B 15
Octal 26 66 125 112 44 0 103 322 73 25
Binary 10110 110110 1010101 1001010 100100 0 1000011 11010010 111011 10101

Color Harmonies of #163655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163655

Black with #163655

Text Example


Text Example

White with #163655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163655; }

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

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

background-color css

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

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

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

border-color css

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

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

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