Html Css Color HEX #113F5D Regal Blue

📋 copy color: '#113F5D'

red 17 ◦ green 63 ◦ blue 93

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

Shades of Regal Blue #113F5D

Tints of Regal Blue #113F5D

RGB

 RED value IS 17 (7.03% from 255) = 9.83%

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

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

R = 9.83%
G = 36.42%
B = 53.76%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#113F5D (or 0x113F5D) is known color: Regal Blue. HEX triplet: 11, 3F and 5D. RGB value is (17,63,93). Sum of RGB (Red+Green+Blue) = 17+63+93=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 63 (25% from 255 or 36.42% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #113F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F5D is #EEC0A2. Grayscale: #343434. Windows color (decimal): -15646883 or 6110993. OLE color: 6110993.

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

Color convert

RGB 17 63 93 -
CMYK 0.82 0.32 0 0.64
HSL 203.68º 0.69% 0.22% -
HSV(B) 203.68º 0.82% 0.36% -
XYZ 3.98 4.46 11.01 -
YUV 52.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 17 63 93 0.82 0.32 0 0.64 203.68 0.69 0.22
Hex 11 3F 5D 52 20 0 40 CC 45 16
Octal 21 77 135 122 40 0 100 314 105 26
Binary 10001 111111 1011101 1010010 100000 0 1000000 11001100 1000101 10110

Color Harmonies of #113F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F5D

Black with #113F5D

Text Example


Text Example

White with #113F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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