Html Css Color HEX #104166 Regal Blue

📋 copy color: '#104166'

red 16 ◦ green 65 ◦ blue 102

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

Shades of Regal Blue #104166

Tints of Regal Blue #104166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 55.74%

R = 8.74%
G = 35.52%
B = 55.74%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#104166 (or 0x104166) is known color: Regal Blue. HEX triplet: 10, 41 and 66. RGB value is (16,65,102). Sum of RGB (Red+Green+Blue) = 16+65+102=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 102 (40.23% from 255 or 55.74% from 183); Max value from RGB is 102 - color contains mainly: blue. Hex color #104166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104166 is #EFBE99. Grayscale: #363636. Windows color (decimal): -15711898 or 6701328. OLE color: 6701328.

HSL color Cylindrical-coordinate representation of color #104166: hue angle of 205.81º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #104166 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 65 102 -
CMYK 0.84 0.36 0 0.6
HSL 205.81º 0.73% 0.23% -
HSV(B) 205.81º 0.84% 0.4% -
XYZ 4.5 4.85 13.27 -
YUV 54.57 154.77 100.49 -
System Red Green Blue C M Y K H S L
Decimal 16 65 102 0.84 0.36 0 0.6 205.81 0.73 0.23
Hex 10 41 66 54 24 0 3C CE 49 17
Octal 20 101 146 124 44 0 74 316 111 27
Binary 10000 1000001 1100110 1010100 100100 0 111100 11001110 1001001 10111

Color Harmonies of #104166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104166

Black with #104166

Text Example


Text Example

White with #104166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104166; }

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

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

background-color css

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

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

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

border-color css

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

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

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