Html Css Color HEX #103C61 Regal Blue

📋 copy color: '#103C61'

red 16 ◦ green 60 ◦ blue 97

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

Shades of Regal Blue #103C61

Tints of Regal Blue #103C61

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.68%

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

R = 9.25%
G = 34.68%
B = 56.07%

CMYK

 C value IS 0.84

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#103C61 (or 0x103C61) is known color: Regal Blue. HEX triplet: 10, 3C and 61. RGB value is (16,60,97). Sum of RGB (Red+Green+Blue) = 16+60+97=173 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.25% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #103C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C61 is #EFC39E. Grayscale: #323232. Windows color (decimal): -15713183 or 6372368. OLE color: 6372368.

HSL color Cylindrical-coordinate representation of color #103C61: hue angle of 207.41º 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 #103C61 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 60 97 -
CMYK 0.84 0.38 0 0.62
HSL 207.41º 0.72% 0.22% -
HSV(B) 207.41º 0.84% 0.38% -
XYZ 3.99 4.2 11.91 -
YUV 51.06 153.92 102.99 -
System Red Green Blue C M Y K H S L
Decimal 16 60 97 0.84 0.38 0 0.62 207.41 0.72 0.22
Hex 10 3C 61 54 26 0 3E CF 48 16
Octal 20 74 141 124 46 0 76 317 110 26
Binary 10000 111100 1100001 1010100 100110 0 111110 11001111 1001000 10110

Color Harmonies of #103C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103C61

Black with #103C61

Text Example


Text Example

White with #103C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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