Html Css Color HEX #163F61 Regal Blue

📋 copy color: '#163F61'

red 22 ◦ green 63 ◦ blue 97

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

Shades of Regal Blue #163F61

Tints of Regal Blue #163F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 53.3%

R = 12.09%
G = 34.62%
B = 53.3%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163F61 (or 0x163F61) is known color: Regal Blue. HEX triplet: 16, 3F and 61. RGB value is (22,63,97). Sum of RGB (Red+Green+Blue) = 22+63+97=182 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.09% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #163F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163F61 is #E9C09E. Grayscale: #363636. Windows color (decimal): -15319199 or 6373142. OLE color: 6373142.

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

Color convert

RGB 22 63 97 -
CMYK 0.77 0.35 0 0.62
HSL 207.2º 0.63% 0.23% -
HSV(B) 207.2º 0.77% 0.38% -
XYZ 4.27 4.59 11.97 -
YUV 54.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 22 63 97 0.77 0.35 0 0.62 207.2 0.63 0.23
Hex 16 3F 61 4D 23 0 3E CF 3F 17
Octal 26 77 141 115 43 0 76 317 77 27
Binary 10110 111111 1100001 1001101 100011 0 111110 11001111 111111 10111

Color Harmonies of #163F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163F61

Black with #163F61

Text Example


Text Example

White with #163F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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