Html Css Color HEX #113759 Regal Blue

📋 copy color: '#113759'

red 17 ◦ green 55 ◦ blue 89

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

Shades of Regal Blue #113759

Tints of Regal Blue #113759

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.16%

 BLUE value IS 89 (35.16% from 255) = 55.28%

R = 10.56%
G = 34.16%
B = 55.28%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#113759 (or 0x113759) is known color: Regal Blue. HEX triplet: 11, 37 and 59. RGB value is (17,55,89). Sum of RGB (Red+Green+Blue) = 17+55+89=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #113759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113759 is #EEC8A6. Grayscale: #2F2F2F. Windows color (decimal): -15648935 or 5846801. OLE color: 5846801.

HSL color Cylindrical-coordinate representation of color #113759: hue angle of 208.33º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #113759 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 55 89 -
CMYK 0.81 0.38 0 0.65
HSL 208.33º 0.68% 0.21% -
HSV(B) 208.33º 0.81% 0.35% -
XYZ 3.4 3.57 9.96 -
YUV 47.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 17 55 89 0.81 0.38 0 0.65 208.33 0.68 0.21
Hex 11 37 59 51 26 0 41 D0 44 15
Octal 21 67 131 121 46 0 101 320 104 25
Binary 10001 110111 1011001 1010001 100110 0 1000001 11010000 1000100 10101

Color Harmonies of #113759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113759

Black with #113759

Text Example


Text Example

White with #113759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113759; }

 p { color: rgb(17,55,89); }

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

background-color css

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

 a { background-color: rgb(17,55,89); }

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

border-color css

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

 span { border-color: rgb(17,55,89); }

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