Html Css Color HEX #113D5F Regal Blue

📋 copy color: '#113D5F'

red 17 ◦ green 61 ◦ blue 95

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

Shades of Regal Blue #113D5F

Tints of Regal Blue #113D5F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.26%

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

R = 9.83%
G = 35.26%
B = 54.91%

CMYK

 C value IS 0.82

 M value IS 0.36

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#113D5F (or 0x113D5F) is known color: Regal Blue. HEX triplet: 11, 3D and 5F. RGB value is (17,61,95). Sum of RGB (Red+Green+Blue) = 17+61+95=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #113D5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D5F is #EEC2A0. Grayscale: #333333. Windows color (decimal): -15647393 or 6241553. OLE color: 6241553.

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

Color convert

RGB 17 61 95 -
CMYK 0.82 0.36 0 0.63
HSL 206.15º 0.7% 0.22% -
HSV(B) 206.15º 0.82% 0.37% -
XYZ 3.97 4.28 11.44 -
YUV 51.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 17 61 95 0.82 0.36 0 0.63 206.15 0.7 0.22
Hex 11 3D 5F 52 24 0 3F CE 46 16
Octal 21 75 137 122 44 0 77 316 106 26
Binary 10001 111101 1011111 1010010 100100 0 111111 11001110 1000110 10110

Color Harmonies of #113D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D5F

Black with #113D5F

Text Example


Text Example

White with #113D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,61,95); }

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

background-color css

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

 a { background-color: rgb(17,61,95); }

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

border-color css

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

 span { border-color: rgb(17,61,95); }

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