Html Css Color HEX #103D55 Regal Blue

📋 copy color: '#103D55'

red 16 ◦ green 61 ◦ blue 85

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

Shades of Regal Blue #103D55

Tints of Regal Blue #103D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 52.47%

R = 9.88%
G = 37.65%
B = 52.47%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103D55 (or 0x103D55) is known color: Regal Blue. HEX triplet: 10, 3D and 55. RGB value is (16,61,85). Sum of RGB (Red+Green+Blue) = 16+61+85=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 85 (33.59% from 255 or 52.47% from 162); Max value from RGB is 85 - color contains mainly: blue. Hex color #103D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103D55 is #EFC2AA. Grayscale: #323232. Windows color (decimal): -15712939 or 5586192. OLE color: 5586192.

HSL color Cylindrical-coordinate representation of color #103D55: hue angle of 200.87º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #103D55 is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 16 61 85 -
CMYK 0.81 0.28 0 0.67
HSL 200.87º 0.68% 0.2% -
HSV(B) 200.87º 0.81% 0.33% -
XYZ 3.52 4.1 9.2 -
YUV 50.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 16 61 85 0.81 0.28 0 0.67 200.87 0.68 0.2
Hex 10 3D 55 51 1C 0 43 C9 44 14
Octal 20 75 125 121 34 0 103 311 104 24
Binary 10000 111101 1010101 1010001 11100 0 1000011 11001001 1000100 10100

Color Harmonies of #103D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103D55

Black with #103D55

Text Example


Text Example

White with #103D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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