Html Css Color HEX #103053 Regal Blue

📋 copy color: '#103053'

red 16 ◦ green 48 ◦ blue 83

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

Shades of Regal Blue #103053

Tints of Regal Blue #103053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32.65%

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

R = 10.88%
G = 32.65%
B = 56.46%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103053 (or 0x103053) is known color: Regal Blue. HEX triplet: 10, 30 and 53. RGB value is (16,48,83). Sum of RGB (Red+Green+Blue) = 16+48+83=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #103053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103053 is #EFCFAC. Grayscale: #2A2A2A. Windows color (decimal): -15716269 or 5451792. OLE color: 5451792.

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

Color convert

RGB 16 48 83 -
CMYK 0.81 0.42 0 0.67
HSL 211.34º 0.68% 0.19% -
HSV(B) 211.34º 0.81% 0.33% -
XYZ 2.83 2.85 8.58 -
YUV 42.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 16 48 83 0.81 0.42 0 0.67 211.34 0.68 0.19
Hex 10 30 53 51 2A 0 43 D3 44 13
Octal 20 60 123 121 52 0 103 323 104 23
Binary 10000 110000 1010011 1010001 101010 0 1000011 11010011 1000100 10011

Color Harmonies of #103053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103053

Black with #103053

Text Example


Text Example

White with #103053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103053; }

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

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

background-color css

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

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

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

border-color css

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

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

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