Html Css Color HEX #103A5E Regal Blue

📋 copy color: '#103A5E'

red 16 ◦ green 58 ◦ blue 94

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

Shades of Regal Blue #103A5E

Tints of Regal Blue #103A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 55.95%

R = 9.52%
G = 34.52%
B = 55.95%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#103A5E (or 0x103A5E) is known color: Regal Blue. HEX triplet: 10, 3A and 5E. RGB value is (16,58,94). Sum of RGB (Red+Green+Blue) = 16+58+94=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #103A5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103A5E is #EFC5A1. Grayscale: #313131. Windows color (decimal): -15713698 or 6175248. OLE color: 6175248.

HSL color Cylindrical-coordinate representation of color #103A5E: hue angle of 207.69º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103A5E is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 16 58 94 -
CMYK 0.83 0.38 0 0.63
HSL 207.69º 0.71% 0.22% -
HSV(B) 207.69º 0.83% 0.37% -
XYZ 3.75 3.94 11.15 -
YUV 49.55 153.09 104.07 -
System Red Green Blue C M Y K H S L
Decimal 16 58 94 0.83 0.38 0 0.63 207.69 0.71 0.22
Hex 10 3A 5E 53 26 0 3F D0 47 16
Octal 20 72 136 123 46 0 77 320 107 26
Binary 10000 111010 1011110 1010011 100110 0 111111 11010000 1000111 10110

Color Harmonies of #103A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103A5E

Black with #103A5E

Text Example


Text Example

White with #103A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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