Html Css Color HEX #104266 Regal Blue

📋 copy color: '#104266'

red 16 ◦ green 66 ◦ blue 102

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

Shades of Regal Blue #104266

Tints of Regal Blue #104266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.87%

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

R = 8.7%
G = 35.87%
B = 55.43%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#104266 (or 0x104266) is known color: Regal Blue. HEX triplet: 10, 42 and 66. RGB value is (16,66,102). Sum of RGB (Red+Green+Blue) = 16+66+102=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #104266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104266 is #EFBD99. Grayscale: #363636. Windows color (decimal): -15711642 or 6701584. OLE color: 6701584.

HSL color Cylindrical-coordinate representation of color #104266: hue angle of 205.12º 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 #104266 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 66 102 -
CMYK 0.84 0.35 0 0.6
HSL 205.12º 0.73% 0.23% -
HSV(B) 205.12º 0.84% 0.4% -
XYZ 4.56 4.97 13.29 -
YUV 55.15 154.44 100.07 -
System Red Green Blue C M Y K H S L
Decimal 16 66 102 0.84 0.35 0 0.6 205.12 0.73 0.23
Hex 10 42 66 54 23 0 3C CD 49 17
Octal 20 102 146 124 43 0 74 315 111 27
Binary 10000 1000010 1100110 1010100 100011 0 111100 11001101 1001001 10111

Color Harmonies of #104266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104266

Black with #104266

Text Example


Text Example

White with #104266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104266; }

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

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

background-color css

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

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

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

border-color css

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

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

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