Html Css Color HEX #103C53 Regal Blue

📋 copy color: '#103C53'

red 16 ◦ green 60 ◦ blue 83

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

Shades of Regal Blue #103C53

Tints of Regal Blue #103C53

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.74%

 BLUE value IS 83 (32.81% from 255) = 52.2%

R = 10.06%
G = 37.74%
B = 52.2%

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

#103C53 (or 0x103C53) is known color: Regal Blue. HEX triplet: 10, 3C and 53. RGB value is (16,60,83). Sum of RGB (Red+Green+Blue) = 16+60+83=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #103C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C53 is #EFC3AC. Grayscale: #313131. Windows color (decimal): -15713197 or 5454864. OLE color: 5454864.

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

Color convert

RGB 16 60 83 -
CMYK 0.81 0.28 0 0.67
HSL 200.6º 0.68% 0.19% -
HSV(B) 200.6º 0.81% 0.33% -
XYZ 3.39 3.97 8.77 -
YUV 49.47 146.92 104.13 -
System Red Green Blue C M Y K H S L
Decimal 16 60 83 0.81 0.28 0 0.67 200.6 0.68 0.19
Hex 10 3C 53 51 1C 0 43 C9 44 13
Octal 20 74 123 121 34 0 103 311 104 23
Binary 10000 111100 1010011 1010001 11100 0 1000011 11001001 1000100 10011

Color Harmonies of #103C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C53

Black with #103C53

Text Example


Text Example

White with #103C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,60,83); }

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

background-color css

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

 a { background-color: rgb(16,60,83); }

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

border-color css

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

 span { border-color: rgb(16,60,83); }

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