Html Css Color HEX #163E61 Regal Blue

📋 copy color: '#163E61'

red 22 ◦ green 62 ◦ blue 97

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

Shades of Regal Blue #163E61

Tints of Regal Blue #163E61

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.25%

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

R = 12.15%
G = 34.25%
B = 53.59%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163E61 (or 0x163E61) is known color: Regal Blue. HEX triplet: 16, 3E and 61. RGB value is (22,62,97). Sum of RGB (Red+Green+Blue) = 22+62+97=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #163E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163E61 is #E9C19E. Grayscale: #353535. Windows color (decimal): -15319455 or 6372886. OLE color: 6372886.

HSL color Cylindrical-coordinate representation of color #163E61: hue angle of 208º 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 #163E61 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 62 97 -
CMYK 0.77 0.36 0 0.62
HSL 208º 0.63% 0.23% -
HSV(B) 208º 0.77% 0.38% -
XYZ 4.21 4.48 11.95 -
YUV 54.03 152.25 105.15 -
System Red Green Blue C M Y K H S L
Decimal 22 62 97 0.77 0.36 0 0.62 208 0.63 0.23
Hex 16 3E 61 4D 24 0 3E D0 3F 17
Octal 26 76 141 115 44 0 76 320 77 27
Binary 10110 111110 1100001 1001101 100100 0 111110 11010000 111111 10111

Color Harmonies of #163E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163E61

Black with #163E61

Text Example


Text Example

White with #163E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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