Html Css Color HEX #104163 Regal Blue

📋 copy color: '#104163'

red 16 ◦ green 65 ◦ blue 99

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

Shades of Regal Blue #104163

Tints of Regal Blue #104163

RGB

 RED value IS 16 (6.64% from 255) = 8.89%

 GREEN value IS 65 (25.78% from 255) = 36.11%

 BLUE value IS 99 (39.06% from 255) = 55%

R = 8.89%
G = 36.11%
B = 55%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#104163 (or 0x104163) is known color: Regal Blue. HEX triplet: 10, 41 and 63. RGB value is (16,65,99). Sum of RGB (Red+Green+Blue) = 16+65+99=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #104163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104163 is #EFBE9C. Grayscale: #363636. Windows color (decimal): -15711901 or 6504720. OLE color: 6504720.

HSL color Cylindrical-coordinate representation of color #104163: hue angle of 204.58º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104163 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 65 99 -
CMYK 0.84 0.34 0 0.61
HSL 204.58º 0.72% 0.23% -
HSV(B) 204.58º 0.84% 0.39% -
XYZ 4.36 4.79 12.5 -
YUV 54.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 16 65 99 0.84 0.34 0 0.61 204.58 0.72 0.23
Hex 10 41 63 54 22 0 3D CD 48 17
Octal 20 101 143 124 42 0 75 315 110 27
Binary 10000 1000001 1100011 1010100 100010 0 111101 11001101 1001000 10111

Color Harmonies of #104163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104163

Black with #104163

Text Example


Text Example

White with #104163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104163; }

 p { color: rgb(16,65,99); }

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

background-color css

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

 a { background-color: rgb(16,65,99); }

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

border-color css

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

 span { border-color: rgb(16,65,99); }

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