Html Css Color HEX #113B5D Regal Blue

📋 copy color: '#113B5D'

red 17 ◦ green 59 ◦ blue 93

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

Shades of Regal Blue #113B5D

Tints of Regal Blue #113B5D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.91%

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

R = 10.06%
G = 34.91%
B = 55.03%

CMYK

 C value IS 0.82

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#113B5D (or 0x113B5D) is known color: Regal Blue. HEX triplet: 11, 3B and 5D. RGB value is (17,59,93). Sum of RGB (Red+Green+Blue) = 17+59+93=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 93 (36.72% from 255 or 55.03% from 169); Max value from RGB is 93 - color contains mainly: blue. Hex color #113B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B5D is #EEC4A2. Grayscale: #323232. Windows color (decimal): -15647907 or 6109969. OLE color: 6109969.

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

Color convert

RGB 17 59 93 -
CMYK 0.82 0.37 0 0.64
HSL 206.84º 0.69% 0.22% -
HSV(B) 206.84º 0.82% 0.36% -
XYZ 3.77 4.04 10.94 -
YUV 50.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 17 59 93 0.82 0.37 0 0.64 206.84 0.69 0.22
Hex 11 3B 5D 52 25 0 40 CF 45 16
Octal 21 73 135 122 45 0 100 317 105 26
Binary 10001 111011 1011101 1010010 100101 0 1000000 11001111 1000101 10110

Color Harmonies of #113B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113B5D

Black with #113B5D

Text Example


Text Example

White with #113B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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