Html Css Color HEX #103A54 Regal Blue

📋 copy color: '#103A54'

red 16 ◦ green 58 ◦ blue 84

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

Shades of Regal Blue #103A54

Tints of Regal Blue #103A54

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.71%

 BLUE value IS 84 (33.2% from 255) = 53.16%

R = 10.13%
G = 36.71%
B = 53.16%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#103A54 (or 0x103A54) is known color: Regal Blue. HEX triplet: 10, 3A and 54. RGB value is (16,58,84). Sum of RGB (Red+Green+Blue) = 16+58+84=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #103A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A54 is #EFC5AB. Grayscale: #303030. Windows color (decimal): -15713708 or 5519888. OLE color: 5519888.

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

Color convert

RGB 16 58 84 -
CMYK 0.81 0.31 0 0.67
HSL 202.94º 0.68% 0.2% -
HSV(B) 202.94º 0.81% 0.33% -
XYZ 3.33 3.78 8.94 -
YUV 48.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 16 58 84 0.81 0.31 0 0.67 202.94 0.68 0.2
Hex 10 3A 54 51 1F 0 43 CB 44 14
Octal 20 72 124 121 37 0 103 313 104 24
Binary 10000 111010 1010100 1010001 11111 0 1000011 11001011 1000100 10100

Color Harmonies of #103A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103A54

Black with #103A54

Text Example


Text Example

White with #103A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,58,84); }

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

background-color css

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

 a { background-color: rgb(16,58,84); }

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

border-color css

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

 span { border-color: rgb(16,58,84); }

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