Html Css Color HEX #163F58 Regal Blue

📋 copy color: '#163F58'

red 22 ◦ green 63 ◦ blue 88

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

Shades of Regal Blue #163F58

Tints of Regal Blue #163F58

RGB

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

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

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

R = 12.72%
G = 36.42%
B = 50.87%

CMYK

 C value IS 0.75

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#163F58 (or 0x163F58) is known color: Regal Blue. HEX triplet: 16, 3F and 58. RGB value is (22,63,88). Sum of RGB (Red+Green+Blue) = 22+63+88=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #163F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F58 is #E9C0A7. Grayscale: #353535. Windows color (decimal): -15319208 or 5783318. OLE color: 5783318.

HSL color Cylindrical-coordinate representation of color #163F58: hue angle of 202.73º 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 #163F58 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 63 88 -
CMYK 0.75 0.28 0 0.65
HSL 202.73º 0.6% 0.22% -
HSV(B) 202.73º 0.75% 0.35% -
XYZ 3.87 4.43 9.88 -
YUV 53.59 147.42 105.47 -
System Red Green Blue C M Y K H S L
Decimal 22 63 88 0.75 0.28 0 0.65 202.73 0.6 0.22
Hex 16 3F 58 4B 1C 0 41 CB 3C 16
Octal 26 77 130 113 34 0 101 313 74 26
Binary 10110 111111 1011000 1001011 11100 0 1000001 11001011 111100 10110

Color Harmonies of #163F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163F58

Black with #163F58

Text Example


Text Example

White with #163F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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