Html Css Color HEX #113D5D Regal Blue

📋 copy color: '#113D5D'

red 17 ◦ green 61 ◦ blue 93

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

Shades of Regal Blue #113D5D

Tints of Regal Blue #113D5D

RGB

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

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

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

R = 9.94%
G = 35.67%
B = 54.39%

CMYK

 C value IS 0.82

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#113D5D (or 0x113D5D) is known color: Regal Blue. HEX triplet: 11, 3D and 5D. RGB value is (17,61,93). Sum of RGB (Red+Green+Blue) = 17+61+93=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #113D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D5D is #EEC2A2. Grayscale: #333333. Windows color (decimal): -15647395 or 6110481. OLE color: 6110481.

HSL color Cylindrical-coordinate representation of color #113D5D: hue angle of 205.26º 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 #113D5D is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 17 61 93 -
CMYK 0.82 0.34 0 0.64
HSL 205.26º 0.69% 0.22% -
HSV(B) 205.26º 0.82% 0.36% -
XYZ 3.88 4.25 10.97 -
YUV 51.49 151.42 103.4 -
System Red Green Blue C M Y K H S L
Decimal 17 61 93 0.82 0.34 0 0.64 205.26 0.69 0.22
Hex 11 3D 5D 52 22 0 40 CD 45 16
Octal 21 75 135 122 42 0 100 315 105 26
Binary 10001 111101 1011101 1010010 100010 0 1000000 11001101 1000101 10110

Color Harmonies of #113D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D5D

Black with #113D5D

Text Example


Text Example

White with #113D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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