Html Css Color HEX #163D5F Regal Blue

📋 copy color: '#163D5F'

red 22 ◦ green 61 ◦ blue 95

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

Shades of Regal Blue #163D5F

Tints of Regal Blue #163D5F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.27%

 BLUE value IS 95 (37.5% from 255) = 53.37%

R = 12.36%
G = 34.27%
B = 53.37%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#163D5F (or 0x163D5F) is known color: Regal Blue. HEX triplet: 16, 3D and 5F. RGB value is (22,61,95). Sum of RGB (Red+Green+Blue) = 22+61+95=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #163D5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D5F is #E9C2A0. Grayscale: #353535. Windows color (decimal): -15319713 or 6241558. OLE color: 6241558.

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

Color convert

RGB 22 61 95 -
CMYK 0.77 0.36 0 0.63
HSL 207.95º 0.62% 0.23% -
HSV(B) 207.95º 0.77% 0.37% -
XYZ 4.07 4.33 11.45 -
YUV 53.22 151.58 105.74 -
System Red Green Blue C M Y K H S L
Decimal 22 61 95 0.77 0.36 0 0.63 207.95 0.62 0.23
Hex 16 3D 5F 4D 24 0 3F D0 3E 17
Octal 26 75 137 115 44 0 77 320 76 27
Binary 10110 111101 1011111 1001101 100100 0 111111 11010000 111110 10111

Color Harmonies of #163D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163D5F

Black with #163D5F

Text Example


Text Example

White with #163D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,61,95); }

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

background-color css

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

 a { background-color: rgb(22,61,95); }

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

border-color css

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

 span { border-color: rgb(22,61,95); }

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