Html Css Color HEX #163A62 Regal Blue

📋 copy color: '#163A62'

red 22 ◦ green 58 ◦ blue 98

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

Shades of Regal Blue #163A62

Tints of Regal Blue #163A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 55.06%

R = 12.36%
G = 32.58%
B = 55.06%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163A62 (or 0x163A62) is known color: Regal Blue. HEX triplet: 16, 3A and 62. RGB value is (22,58,98). Sum of RGB (Red+Green+Blue) = 22+58+98=178 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.36% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #163A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A62 is #E9C59D. Grayscale: #333333. Windows color (decimal): -15320478 or 6437398. OLE color: 6437398.

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

Color convert

RGB 22 58 98 -
CMYK 0.78 0.41 0 0.62
HSL 211.58º 0.63% 0.24% -
HSV(B) 211.58º 0.78% 0.38% -
XYZ 4.05 4.08 12.13 -
YUV 51.8 154.07 106.75 -
System Red Green Blue C M Y K H S L
Decimal 22 58 98 0.78 0.41 0 0.62 211.58 0.63 0.24
Hex 16 3A 62 4E 29 0 3E D4 3F 18
Octal 26 72 142 116 51 0 76 324 77 30
Binary 10110 111010 1100010 1001110 101001 0 111110 11010100 111111 11000

Color Harmonies of #163A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163A62

Black with #163A62

Text Example


Text Example

White with #163A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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