Html Css Color HEX #104160 Regal Blue

📋 copy color: '#104160'

red 16 ◦ green 65 ◦ blue 96

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

Shades of Regal Blue #104160

Tints of Regal Blue #104160

RGB

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

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

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

R = 9.04%
G = 36.72%
B = 54.24%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#104160 (or 0x104160) is known color: Regal Blue. HEX triplet: 10, 41 and 60. RGB value is (16,65,96). Sum of RGB (Red+Green+Blue) = 16+65+96=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #104160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104160 is #EFBE9F. Grayscale: #353535. Windows color (decimal): -15711904 or 6308112. OLE color: 6308112.

HSL color Cylindrical-coordinate representation of color #104160: hue angle of 203.25º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #104160 is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 65 96 -
CMYK 0.83 0.32 0 0.62
HSL 203.25º 0.71% 0.22% -
HSV(B) 203.25º 0.83% 0.38% -
XYZ 4.22 4.74 11.76 -
YUV 53.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 16 65 96 0.83 0.32 0 0.62 203.25 0.71 0.22
Hex 10 41 60 53 20 0 3E CB 47 16
Octal 20 101 140 123 40 0 76 313 107 26
Binary 10000 1000001 1100000 1010011 100000 0 111110 11001011 1000111 10110

Color Harmonies of #104160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104160

Black with #104160

Text Example


Text Example

White with #104160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104160; }

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

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

background-color css

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

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

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

border-color css

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

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

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