Html Css Color HEX #103556 Regal Blue

📋 copy color: '#103556'

red 16 ◦ green 53 ◦ blue 86

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

Shades of Regal Blue #103556

Tints of Regal Blue #103556

RGB

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

 GREEN value IS 53 (21.09% from 255) = 34.19%

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

R = 10.32%
G = 34.19%
B = 55.48%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#103556 (or 0x103556) is known color: Regal Blue. HEX triplet: 10, 35 and 56. RGB value is (16,53,86). Sum of RGB (Red+Green+Blue) = 16+53+86=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #103556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103556 is #EFCAA9. Grayscale: #2D2D2D. Windows color (decimal): -15714986 or 5649680. OLE color: 5649680.

HSL color Cylindrical-coordinate representation of color #103556: hue angle of 208.29º 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 #103556 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 16 53 86 -
CMYK 0.81 0.38 0 0.66
HSL 208.29º 0.69% 0.2% -
HSV(B) 208.29º 0.81% 0.34% -
XYZ 3.17 3.33 9.28 -
YUV 45.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 16 53 86 0.81 0.38 0 0.66 208.29 0.69 0.2
Hex 10 35 56 51 26 0 42 D0 45 14
Octal 20 65 126 121 46 0 102 320 105 24
Binary 10000 110101 1010110 1010001 100110 0 1000010 11010000 1000101 10100

Color Harmonies of #103556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103556

Black with #103556

Text Example


Text Example

White with #103556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103556; }

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

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

background-color css

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

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

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

border-color css

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

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

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