Html Css Color HEX #163B5F Regal Blue

📋 copy color: '#163B5F'

red 22 ◦ green 59 ◦ blue 95

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

Shades of Regal Blue #163B5F

Tints of Regal Blue #163B5F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.52%

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

R = 12.5%
G = 33.52%
B = 53.98%

CMYK

 C value IS 0.77

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#163B5F (or 0x163B5F) is known color: Regal Blue. HEX triplet: 16, 3B and 5F. RGB value is (22,59,95). Sum of RGB (Red+Green+Blue) = 22+59+95=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 59 (23.44% from 255 or 33.52% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #163B5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163B5F is #E9C4A0. Grayscale: #333333. Windows color (decimal): -15320225 or 6241046. OLE color: 6241046.

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

Color convert

RGB 22 59 95 -
CMYK 0.77 0.38 0 0.63
HSL 209.59º 0.62% 0.23% -
HSV(B) 209.59º 0.77% 0.37% -
XYZ 3.96 4.12 11.41 -
YUV 52.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 22 59 95 0.77 0.38 0 0.63 209.59 0.62 0.23
Hex 16 3B 5F 4D 26 0 3F D2 3E 17
Octal 26 73 137 115 46 0 77 322 76 27
Binary 10110 111011 1011111 1001101 100110 0 111111 11010010 111110 10111

Color Harmonies of #163B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163B5F

Black with #163B5F

Text Example


Text Example

White with #163B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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