Html Css Color HEX #103753 Regal Blue

📋 copy color: '#103753'

red 16 ◦ green 55 ◦ blue 83

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

Shades of Regal Blue #103753

Tints of Regal Blue #103753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 35.71%

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

R = 10.39%
G = 35.71%
B = 53.9%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103753 (or 0x103753) is known color: Regal Blue. HEX triplet: 10, 37 and 53. RGB value is (16,55,83). Sum of RGB (Red+Green+Blue) = 16+55+83=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #103753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103753 is #EFC8AC. Grayscale: #2E2E2E. Windows color (decimal): -15714477 or 5453584. OLE color: 5453584.

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

Color convert

RGB 16 55 83 -
CMYK 0.81 0.34 0 0.67
HSL 205.07º 0.68% 0.19% -
HSV(B) 205.07º 0.81% 0.33% -
XYZ 3.14 3.47 8.69 -
YUV 46.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 16 55 83 0.81 0.34 0 0.67 205.07 0.68 0.19
Hex 10 37 53 51 22 0 43 CD 44 13
Octal 20 67 123 121 42 0 103 315 104 23
Binary 10000 110111 1010011 1010001 100010 0 1000011 11001101 1000100 10011

Color Harmonies of #103753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103753

Black with #103753

Text Example


Text Example

White with #103753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103753; }

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

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

background-color css

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

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

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

border-color css

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

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

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