Html Css Color HEX #163D58 Regal Blue

📋 copy color: '#163D58'

red 22 ◦ green 61 ◦ blue 88

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

Shades of Regal Blue #163D58

Tints of Regal Blue #163D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 51.46%

R = 12.87%
G = 35.67%
B = 51.46%

CMYK

 C value IS 0.75

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#163D58 (or 0x163D58) is known color: Regal Blue. HEX triplet: 16, 3D and 58. RGB value is (22,61,88). Sum of RGB (Red+Green+Blue) = 22+61+88=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #163D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163D58 is #E9C2A7. Grayscale: #343434. Windows color (decimal): -15319720 or 5782806. OLE color: 5782806.

HSL color Cylindrical-coordinate representation of color #163D58: hue angle of 204.55º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163D58 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 61 88 -
CMYK 0.75 0.31 0 0.65
HSL 204.55º 0.6% 0.22% -
HSV(B) 204.55º 0.75% 0.35% -
XYZ 3.76 4.21 9.85 -
YUV 52.42 148.08 106.3 -
System Red Green Blue C M Y K H S L
Decimal 22 61 88 0.75 0.31 0 0.65 204.55 0.6 0.22
Hex 16 3D 58 4B 1F 0 41 CD 3C 16
Octal 26 75 130 113 37 0 101 315 74 26
Binary 10110 111101 1011000 1001011 11111 0 1000001 11001101 111100 10110

Color Harmonies of #163D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163D58

Black with #163D58

Text Example


Text Example

White with #163D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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