Html Css Color HEX #163F5D Regal Blue

📋 copy color: '#163F5D'

red 22 ◦ green 63 ◦ blue 93

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

Shades of Regal Blue #163F5D

Tints of Regal Blue #163F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 35.39%

 BLUE value IS 93 (36.72% from 255) = 52.25%

R = 12.36%
G = 35.39%
B = 52.25%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#163F5D (or 0x163F5D) is known color: Regal Blue. HEX triplet: 16, 3F and 5D. RGB value is (22,63,93). Sum of RGB (Red+Green+Blue) = 22+63+93=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #163F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F5D is #E9C0A2. Grayscale: #363636. Windows color (decimal): -15319203 or 6110998. OLE color: 6110998.

HSL color Cylindrical-coordinate representation of color #163F5D: hue angle of 205.35º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #163F5D is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 22 63 93 -
CMYK 0.76 0.32 0 0.64
HSL 205.35º 0.62% 0.23% -
HSV(B) 205.35º 0.76% 0.36% -
XYZ 4.08 4.52 11.01 -
YUV 54.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 22 63 93 0.76 0.32 0 0.64 205.35 0.62 0.23
Hex 16 3F 5D 4C 20 0 40 CD 3E 17
Octal 26 77 135 114 40 0 100 315 76 27
Binary 10110 111111 1011101 1001100 100000 0 1000000 11001101 111110 10111

Color Harmonies of #163F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163F5D

Black with #163F5D

Text Example


Text Example

White with #163F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163F5D; }

 p { color: rgb(22,63,93); }

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

background-color css

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

 a { background-color: rgb(22,63,93); }

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

border-color css

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

 span { border-color: rgb(22,63,93); }

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