Html Css Color HEX #103F61 Regal Blue

📋 copy color: '#103F61'

red 16 ◦ green 63 ◦ blue 97

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

Shades of Regal Blue #103F61

Tints of Regal Blue #103F61

RGB

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

 GREEN value IS 63 (25% from 255) = 35.8%

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

R = 9.09%
G = 35.8%
B = 55.11%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#103F61 (or 0x103F61) is known color: Regal Blue. HEX triplet: 10, 3F and 61. RGB value is (16,63,97). Sum of RGB (Red+Green+Blue) = 16+63+97=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 97 (38.28% from 255 or 55.11% from 176); Max value from RGB is 97 - color contains mainly: blue. Hex color #103F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F61 is #EFC09E. Grayscale: #343434. Windows color (decimal): -15712415 or 6373136. OLE color: 6373136.

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

Color convert

RGB 16 63 97 -
CMYK 0.84 0.35 0 0.62
HSL 205.19º 0.72% 0.22% -
HSV(B) 205.19º 0.84% 0.38% -
XYZ 4.15 4.53 11.96 -
YUV 52.82 152.93 101.74 -
System Red Green Blue C M Y K H S L
Decimal 16 63 97 0.84 0.35 0 0.62 205.19 0.72 0.22
Hex 10 3F 61 54 23 0 3E CD 48 16
Octal 20 77 141 124 43 0 76 315 110 26
Binary 10000 111111 1100001 1010100 100011 0 111110 11001101 1001000 10110

Color Harmonies of #103F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103F61

Black with #103F61

Text Example


Text Example

White with #103F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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