Html Css Color HEX #103156 Regal Blue

📋 copy color: '#103156'

red 16 ◦ green 49 ◦ blue 86

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

Shades of Regal Blue #103156

Tints of Regal Blue #103156

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.45%

 BLUE value IS 86 (33.98% from 255) = 56.95%

R = 10.6%
G = 32.45%
B = 56.95%

CMYK

 C value IS 0.81

 M value IS 0.43

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#103156 (or 0x103156) is known color: Regal Blue. HEX triplet: 10, 31 and 56. RGB value is (16,49,86). Sum of RGB (Red+Green+Blue) = 16+49+86=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #103156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103156 is #EFCEA9. Grayscale: #2B2B2B. Windows color (decimal): -15716010 or 5648656. OLE color: 5648656.

HSL color Cylindrical-coordinate representation of color #103156: hue angle of 211.71º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103156 is Cyan = 0.81, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 16 49 86 -
CMYK 0.81 0.43 0 0.66
HSL 211.71º 0.69% 0.2% -
HSV(B) 211.71º 0.81% 0.34% -
XYZ 2.99 2.98 9.22 -
YUV 43.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 16 49 86 0.81 0.43 0 0.66 211.71 0.69 0.2
Hex 10 31 56 51 2B 0 42 D4 45 14
Octal 20 61 126 121 53 0 102 324 105 24
Binary 10000 110001 1010110 1010001 101011 0 1000010 11010100 1000101 10100

Color Harmonies of #103156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103156

Black with #103156

Text Example


Text Example

White with #103156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103156; }

 p { color: rgb(16,49,86); }

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

background-color css

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

 a { background-color: rgb(16,49,86); }

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

border-color css

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

 span { border-color: rgb(16,49,86); }

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