Html Css Color HEX #163455 Regal Blue

📋 copy color: '#163455'

red 22 ◦ green 52 ◦ blue 85

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

Shades of Regal Blue #163455

Tints of Regal Blue #163455

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.7%

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

R = 13.84%
G = 32.7%
B = 53.46%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#163455 (or 0x163455) is known color: Regal Blue. HEX triplet: 16, 34 and 55. RGB value is (22,52,85). Sum of RGB (Red+Green+Blue) = 22+52+85=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #163455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163455 is #E9CBAA. Grayscale: #2E2E2E. Windows color (decimal): -15322027 or 5583894. OLE color: 5583894.

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

Color convert

RGB 22 52 85 -
CMYK 0.74 0.39 0 0.67
HSL 211.43º 0.59% 0.21% -
HSV(B) 211.43º 0.74% 0.33% -
XYZ 3.2 3.28 9.06 -
YUV 46.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 22 52 85 0.74 0.39 0 0.67 211.43 0.59 0.21
Hex 16 34 55 4A 27 0 43 D3 3B 15
Octal 26 64 125 112 47 0 103 323 73 25
Binary 10110 110100 1010101 1001010 100111 0 1000011 11010011 111011 10101

Color Harmonies of #163455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163455

Black with #163455

Text Example


Text Example

White with #163455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163455; }

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

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

background-color css

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

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

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

border-color css

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

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

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