Html Css Color HEX #163A5F Regal Blue

📋 copy color: '#163A5F'

red 22 ◦ green 58 ◦ blue 95

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

Shades of Regal Blue #163A5F

Tints of Regal Blue #163A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 54.29%

R = 12.57%
G = 33.14%
B = 54.29%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#163A5F (or 0x163A5F) is known color: Regal Blue. HEX triplet: 16, 3A and 5F. RGB value is (22,58,95). Sum of RGB (Red+Green+Blue) = 22+58+95=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #163A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163A5F is #E9C5A0. Grayscale: #333333. Windows color (decimal): -15320481 or 6240790. OLE color: 6240790.

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

Color convert

RGB 22 58 95 -
CMYK 0.77 0.39 0 0.63
HSL 210.41º 0.62% 0.23% -
HSV(B) 210.41º 0.77% 0.37% -
XYZ 3.91 4.02 11.4 -
YUV 51.45 152.57 106.99 -
System Red Green Blue C M Y K H S L
Decimal 22 58 95 0.77 0.39 0 0.63 210.41 0.62 0.23
Hex 16 3A 5F 4D 27 0 3F D2 3E 17
Octal 26 72 137 115 47 0 77 322 76 27
Binary 10110 111010 1011111 1001101 100111 0 111111 11010010 111110 10111

Color Harmonies of #163A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163A5F

Black with #163A5F

Text Example


Text Example

White with #163A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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