Html Css Color HEX #103F63 Regal Blue

📋 copy color: '#103F63'

red 16 ◦ green 63 ◦ blue 99

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

Shades of Regal Blue #103F63

Tints of Regal Blue #103F63

RGB

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

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

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

R = 8.99%
G = 35.39%
B = 55.62%

CMYK

 C value IS 0.84

 M value IS 0.36

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#103F63 (or 0x103F63) is known color: Regal Blue. HEX triplet: 10, 3F and 63. RGB value is (16,63,99). Sum of RGB (Red+Green+Blue) = 16+63+99=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #103F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F63 is #EFC09C. Grayscale: #343434. Windows color (decimal): -15712413 or 6504208. OLE color: 6504208.

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

Color convert

RGB 16 63 99 -
CMYK 0.84 0.36 0 0.61
HSL 206.02º 0.72% 0.23% -
HSV(B) 206.02º 0.84% 0.39% -
XYZ 4.24 4.57 12.46 -
YUV 53.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 16 63 99 0.84 0.36 0 0.61 206.02 0.72 0.23
Hex 10 3F 63 54 24 0 3D CE 48 17
Octal 20 77 143 124 44 0 75 316 110 27
Binary 10000 111111 1100011 1010100 100100 0 111101 11001110 1001000 10111

Color Harmonies of #103F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103F63

Black with #103F63

Text Example


Text Example

White with #103F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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