Html Css Color HEX #103F5C Regal Blue

📋 copy color: '#103F5C'

red 16 ◦ green 63 ◦ blue 92

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

Shades of Regal Blue #103F5C

Tints of Regal Blue #103F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 53.8%

R = 9.36%
G = 36.84%
B = 53.8%

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

#103F5C (or 0x103F5C) is known color: Regal Blue. HEX triplet: 10, 3F and 5C. RGB value is (16,63,92). Sum of RGB (Red+Green+Blue) = 16+63+92=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #103F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F5C is #EFC0A3. Grayscale: #343434. Windows color (decimal): -15712420 or 6045456. OLE color: 6045456.

HSL color Cylindrical-coordinate representation of color #103F5C: hue angle of 202.89º degrees, saturation: 0.7, 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 #103F5C is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 63 92 -
CMYK 0.83 0.32 0 0.64
HSL 202.89º 0.7% 0.21% -
HSV(B) 202.89º 0.83% 0.36% -
XYZ 3.92 4.44 10.78 -
YUV 52.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 16 63 92 0.83 0.32 0 0.64 202.89 0.7 0.21
Hex 10 3F 5C 53 20 0 40 CB 46 15
Octal 20 77 134 123 40 0 100 313 106 25
Binary 10000 111111 1011100 1010011 100000 0 1000000 11001011 1000110 10101

Color Harmonies of #103F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103F5C

Black with #103F5C

Text Example


Text Example

White with #103F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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