Html Css Color HEX #103E61 Regal Blue

📋 copy color: '#103E61'

red 16 ◦ green 62 ◦ blue 97

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

Shades of Regal Blue #103E61

Tints of Regal Blue #103E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 55.43%

R = 9.14%
G = 35.43%
B = 55.43%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#103E61 (or 0x103E61) is known color: Regal Blue. HEX triplet: 10, 3E and 61. RGB value is (16,62,97). Sum of RGB (Red+Green+Blue) = 16+62+97=175 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.14% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #103E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E61 is #EFC19E. Grayscale: #343434. Windows color (decimal): -15712671 or 6372880. OLE color: 6372880.

HSL color Cylindrical-coordinate representation of color #103E61: hue angle of 205.93º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103E61 is Cyan = 0.84, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 62 97 -
CMYK 0.84 0.36 0 0.62
HSL 205.93º 0.72% 0.22% -
HSV(B) 205.93º 0.84% 0.38% -
XYZ 4.09 4.42 11.95 -
YUV 52.24 153.26 102.15 -
System Red Green Blue C M Y K H S L
Decimal 16 62 97 0.84 0.36 0 0.62 205.93 0.72 0.22
Hex 10 3E 61 54 24 0 3E CE 48 16
Octal 20 76 141 124 44 0 76 316 110 26
Binary 10000 111110 1100001 1010100 100100 0 111110 11001110 1001000 10110

Color Harmonies of #103E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103E61

Black with #103E61

Text Example


Text Example

White with #103E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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