Html Css Color HEX #103F5F Regal Blue

📋 copy color: '#103F5F'

red 16 ◦ green 63 ◦ blue 95

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

Shades of Regal Blue #103F5F

Tints of Regal Blue #103F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 54.6%

R = 9.2%
G = 36.21%
B = 54.6%

CMYK

 C value IS 0.83

 M value IS 0.34

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#103F5F (or 0x103F5F) is known color: Regal Blue. HEX triplet: 10, 3F and 5F. RGB value is (16,63,95). Sum of RGB (Red+Green+Blue) = 16+63+95=174 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.20% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 95 (37.5% from 255 or 54.60% from 174); Max value from RGB is 95 - color contains mainly: blue. Hex color #103F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F5F is #EFC0A0. Grayscale: #343434. Windows color (decimal): -15712417 or 6242064. OLE color: 6242064.

HSL color Cylindrical-coordinate representation of color #103F5F: hue angle of 204.3º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #103F5F is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 16 63 95 -
CMYK 0.83 0.34 0 0.63
HSL 204.3º 0.71% 0.22% -
HSV(B) 204.3º 0.83% 0.37% -
XYZ 4.06 4.49 11.48 -
YUV 52.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 16 63 95 0.83 0.34 0 0.63 204.3 0.71 0.22
Hex 10 3F 5F 53 22 0 3F CC 47 16
Octal 20 77 137 123 42 0 77 314 107 26
Binary 10000 111111 1011111 1010011 100010 0 111111 11001100 1000111 10110

Color Harmonies of #103F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103F5F

Black with #103F5F

Text Example


Text Example

White with #103F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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