Html Css Color HEX #103F5D Regal Blue

📋 copy color: '#103F5D'

red 16 ◦ green 63 ◦ blue 93

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

Shades of Regal Blue #103F5D

Tints of Regal Blue #103F5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 54.07%

R = 9.3%
G = 36.63%
B = 54.07%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#103F5D (or 0x103F5D) is known color: Regal Blue. HEX triplet: 10, 3F and 5D. RGB value is (16,63,93). Sum of RGB (Red+Green+Blue) = 16+63+93=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 93 (36.72% from 255 or 54.07% from 172); Max value from RGB is 93 - color contains mainly: blue. Hex color #103F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F5D is #EFC0A2. Grayscale: #343434. Windows color (decimal): -15712419 or 6110992. OLE color: 6110992.

HSL color Cylindrical-coordinate representation of color #103F5D: hue angle of 203.38º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103F5D is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 63 93 -
CMYK 0.83 0.32 0 0.64
HSL 203.38º 0.71% 0.21% -
HSV(B) 203.38º 0.83% 0.36% -
XYZ 3.97 4.46 11.01 -
YUV 52.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 16 63 93 0.83 0.32 0 0.64 203.38 0.71 0.21
Hex 10 3F 5D 53 20 0 40 CB 47 15
Octal 20 77 135 123 40 0 100 313 107 25
Binary 10000 111111 1011101 1010011 100000 0 1000000 11001011 1000111 10101

Color Harmonies of #103F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103F5D

Black with #103F5D

Text Example


Text Example

White with #103F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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