Html Css Color HEX #103B53 Regal Blue

📋 copy color: '#103B53'

red 16 ◦ green 59 ◦ blue 83

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

Shades of Regal Blue #103B53

Tints of Regal Blue #103B53

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.34%

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

R = 10.13%
G = 37.34%
B = 52.53%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103B53 (or 0x103B53) is known color: Regal Blue. HEX triplet: 10, 3B and 53. RGB value is (16,59,83). Sum of RGB (Red+Green+Blue) = 16+59+83=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #103B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B53 is #EFC4AC. Grayscale: #303030. Windows color (decimal): -15713453 or 5454608. OLE color: 5454608.

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

Color convert

RGB 16 59 83 -
CMYK 0.81 0.29 0 0.67
HSL 201.49º 0.68% 0.19% -
HSV(B) 201.49º 0.81% 0.33% -
XYZ 3.34 3.86 8.75 -
YUV 48.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 16 59 83 0.81 0.29 0 0.67 201.49 0.68 0.19
Hex 10 3B 53 51 1D 0 43 C9 44 13
Octal 20 73 123 121 35 0 103 311 104 23
Binary 10000 111011 1010011 1010001 11101 0 1000011 11001001 1000100 10011

Color Harmonies of #103B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103B53

Black with #103B53

Text Example


Text Example

White with #103B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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