Html Css Color HEX #163759 Regal Blue

📋 copy color: '#163759'

red 22 ◦ green 55 ◦ blue 89

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

Shades of Regal Blue #163759

Tints of Regal Blue #163759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.13%

 BLUE value IS 89 (35.16% from 255) = 53.61%

R = 13.25%
G = 33.13%
B = 53.61%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#163759 (or 0x163759) is known color: Regal Blue. HEX triplet: 16, 37 and 59. RGB value is (22,55,89). Sum of RGB (Red+Green+Blue) = 22+55+89=166 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.25% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #163759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163759 is #E9C8A6. Grayscale: #303030. Windows color (decimal): -15321255 or 5846806. OLE color: 5846806.

HSL color Cylindrical-coordinate representation of color #163759: hue angle of 210.45º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #163759 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 55 89 -
CMYK 0.75 0.38 0 0.65
HSL 210.45º 0.6% 0.22% -
HSV(B) 210.45º 0.75% 0.35% -
XYZ 3.5 3.62 9.97 -
YUV 49.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 22 55 89 0.75 0.38 0 0.65 210.45 0.6 0.22
Hex 16 37 59 4B 26 0 41 D2 3C 16
Octal 26 67 131 113 46 0 101 322 74 26
Binary 10110 110111 1011001 1001011 100110 0 1000001 11010010 111100 10110

Color Harmonies of #163759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163759

Black with #163759

Text Example


Text Example

White with #163759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163759; }

 p { color: rgb(22,55,89); }

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

background-color css

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

 a { background-color: rgb(22,55,89); }

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

border-color css

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

 span { border-color: rgb(22,55,89); }

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