Html Css Color HEX #163855 Regal Blue

📋 copy color: '#163855'

red 22 ◦ green 56 ◦ blue 85

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

Shades of Regal Blue #163855

Tints of Regal Blue #163855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.36%

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

R = 13.5%
G = 34.36%
B = 52.15%

CMYK

 C value IS 0.74

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#163855 (or 0x163855) is known color: Regal Blue. HEX triplet: 16, 38 and 55. RGB value is (22,56,85). Sum of RGB (Red+Green+Blue) = 22+56+85=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #163855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163855 is #E9C7AA. Grayscale: #303030. Windows color (decimal): -15321003 or 5584918. OLE color: 5584918.

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

Color convert

RGB 22 56 85 -
CMYK 0.74 0.34 0 0.67
HSL 207.62º 0.59% 0.21% -
HSV(B) 207.62º 0.74% 0.33% -
XYZ 3.38 3.65 9.12 -
YUV 49.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 22 56 85 0.74 0.34 0 0.67 207.62 0.59 0.21
Hex 16 38 55 4A 22 0 43 D0 3B 15
Octal 26 70 125 112 42 0 103 320 73 25
Binary 10110 111000 1010101 1001010 100010 0 1000011 11010000 111011 10101

Color Harmonies of #163855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163855

Black with #163855

Text Example


Text Example

White with #163855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163855; }

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

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

background-color css

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

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

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

border-color css

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

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

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