Html Css Color HEX #163A61 Regal Blue

📋 copy color: '#163A61'

red 22 ◦ green 58 ◦ blue 97

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

Shades of Regal Blue #163A61

Tints of Regal Blue #163A61

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.77%

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

R = 12.43%
G = 32.77%
B = 54.8%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163A61 (or 0x163A61) is known color: Regal Blue. HEX triplet: 16, 3A and 61. RGB value is (22,58,97). Sum of RGB (Red+Green+Blue) = 22+58+97=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #163A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A61 is #E9C59E. Grayscale: #333333. Windows color (decimal): -15320479 or 6371862. OLE color: 6371862.

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

Color convert

RGB 22 58 97 -
CMYK 0.77 0.40 0 0.62
HSL 211.2º 0.63% 0.23% -
HSV(B) 211.2º 0.77% 0.38% -
XYZ 4 4.06 11.88 -
YUV 51.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 22 58 97 0.77 0.40 0 0.62 211.2 0.63 0.23
Hex 16 3A 61 4D 28 0 3E D3 3F 17
Octal 26 72 141 115 50 0 76 323 77 27
Binary 10110 111010 1100001 1001101 101000 0 111110 11010011 111111 10111

Color Harmonies of #163A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163A61

Black with #163A61

Text Example


Text Example

White with #163A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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