Html Css Color HEX #103D56 Regal Blue

📋 copy color: '#103D56'

red 16 ◦ green 61 ◦ blue 86

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

Shades of Regal Blue #103D56

Tints of Regal Blue #103D56

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.42%

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

R = 9.82%
G = 37.42%
B = 52.76%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#103D56 (or 0x103D56) is known color: Regal Blue. HEX triplet: 10, 3D and 56. RGB value is (16,61,86). Sum of RGB (Red+Green+Blue) = 16+61+86=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 61 (24.22% from 255 or 37.42% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #103D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D56 is #EFC2A9. Grayscale: #323232. Windows color (decimal): -15712938 or 5651728. OLE color: 5651728.

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

Color convert

RGB 16 61 86 -
CMYK 0.81 0.29 0 0.66
HSL 201.43º 0.69% 0.2% -
HSV(B) 201.43º 0.81% 0.34% -
XYZ 3.56 4.12 9.41 -
YUV 50.4 148.09 103.47 -
System Red Green Blue C M Y K H S L
Decimal 16 61 86 0.81 0.29 0 0.66 201.43 0.69 0.2
Hex 10 3D 56 51 1D 0 42 C9 45 14
Octal 20 75 126 121 35 0 102 311 105 24
Binary 10000 111101 1010110 1010001 11101 0 1000010 11001001 1000101 10100

Color Harmonies of #103D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103D56

Black with #103D56

Text Example


Text Example

White with #103D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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