Html Css Color HEX #163760 Regal Blue

📋 copy color: '#163760'

red 22 ◦ green 55 ◦ blue 96

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

Shades of Regal Blue #163760

Tints of Regal Blue #163760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 55.49%

R = 12.72%
G = 31.79%
B = 55.49%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#163760 (or 0x163760) is known color: Regal Blue. HEX triplet: 16, 37 and 60. RGB value is (22,55,96). Sum of RGB (Red+Green+Blue) = 22+55+96=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 96 (37.89% from 255 or 55.49% from 173); Max value from RGB is 96 - color contains mainly: blue. Hex color #163760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163760 is #E9C89F. Grayscale: #313131. Windows color (decimal): -15321248 or 6305558. OLE color: 6305558.

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

Color convert

RGB 22 55 96 -
CMYK 0.77 0.43 0 0.62
HSL 213.24º 0.63% 0.23% -
HSV(B) 213.24º 0.77% 0.38% -
XYZ 3.81 3.75 11.59 -
YUV 49.81 154.07 108.17 -
System Red Green Blue C M Y K H S L
Decimal 22 55 96 0.77 0.43 0 0.62 213.24 0.63 0.23
Hex 16 37 60 4D 2B 0 3E D5 3F 17
Octal 26 67 140 115 53 0 76 325 77 27
Binary 10110 110111 1100000 1001101 101011 0 111110 11010101 111111 10111

Color Harmonies of #163760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163760

Black with #163760

Text Example


Text Example

White with #163760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163760; }

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

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

background-color css

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

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

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

border-color css

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

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

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