Html Css Color HEX #103E63 Regal Blue

📋 copy color: '#103E63'

red 16 ◦ green 62 ◦ blue 99

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

Shades of Regal Blue #103E63

Tints of Regal Blue #103E63

RGB

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

 GREEN value IS 62 (24.61% from 255) = 35.03%

 BLUE value IS 99 (39.06% from 255) = 55.93%

R = 9.04%
G = 35.03%
B = 55.93%

CMYK

 C value IS 0.84

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#103E63 (or 0x103E63) is known color: Regal Blue. HEX triplet: 10, 3E and 63. RGB value is (16,62,99). Sum of RGB (Red+Green+Blue) = 16+62+99=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #103E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E63 is #EFC19C. Grayscale: #343434. Windows color (decimal): -15712669 or 6503952. OLE color: 6503952.

HSL color Cylindrical-coordinate representation of color #103E63: hue angle of 206.75º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103E63 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 62 99 -
CMYK 0.84 0.37 0 0.61
HSL 206.75º 0.72% 0.23% -
HSV(B) 206.75º 0.84% 0.39% -
XYZ 4.19 4.46 12.44 -
YUV 52.46 154.26 101.99 -
System Red Green Blue C M Y K H S L
Decimal 16 62 99 0.84 0.37 0 0.61 206.75 0.72 0.23
Hex 10 3E 63 54 25 0 3D CF 48 17
Octal 20 76 143 124 45 0 75 317 110 27
Binary 10000 111110 1100011 1010100 100101 0 111101 11001111 1001000 10111

Color Harmonies of #103E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103E63

Black with #103E63

Text Example


Text Example

White with #103E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,62,99); }

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

background-color css

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

 a { background-color: rgb(16,62,99); }

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

border-color css

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

 span { border-color: rgb(16,62,99); }

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