Html Css Color HEX #163C6C Regal Blue

📋 copy color: '#163C6C'

red 22 ◦ green 60 ◦ blue 108

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

Shades of Regal Blue #163C6C

Tints of Regal Blue #163C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.58%

 BLUE value IS 108 (42.58% from 255) = 56.84%

R = 11.58%
G = 31.58%
B = 56.84%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#163C6C (or 0x163C6C) is known color: Regal Blue. HEX triplet: 16, 3C and 6C. RGB value is (22,60,108). Sum of RGB (Red+Green+Blue) = 22+60+108=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 60 (23.83% from 255 or 31.58% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #163C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #163C6C is #E9C393. Grayscale: #353535. Windows color (decimal): -15319956 or 7093270. OLE color: 7093270.

HSL color Cylindrical-coordinate representation of color #163C6C: hue angle of 213.49º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #163C6C is Cyan = 0.80, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 22 60 108 -
CMYK 0.80 0.44 0 0.58
HSL 213.49º 0.66% 0.25% -
HSV(B) 213.49º 0.8% 0.42% -
XYZ 4.65 4.49 14.81 -
YUV 54.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 22 60 108 0.80 0.44 0 0.58 213.49 0.66 0.25
Hex 16 3C 6C 50 2C 0 3A D5 42 19
Octal 26 74 154 120 54 0 72 325 102 31
Binary 10110 111100 1101100 1010000 101100 0 111010 11010101 1000010 11001

Color Harmonies of #163C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163C6C

Black with #163C6C

Text Example


Text Example

White with #163C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,60,108); }

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

background-color css

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

 a { background-color: rgb(22,60,108); }

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

border-color css

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

 span { border-color: rgb(22,60,108); }

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