Html Css Color HEX #113757 Regal Blue

📋 copy color: '#113757'

red 17 ◦ green 55 ◦ blue 87

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

Shades of Regal Blue #113757

Tints of Regal Blue #113757

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 54.72%

R = 10.69%
G = 34.59%
B = 54.72%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#113757 (or 0x113757) is known color: Regal Blue. HEX triplet: 11, 37 and 57. RGB value is (17,55,87). Sum of RGB (Red+Green+Blue) = 17+55+87=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #113757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113757 is #EEC8A8. Grayscale: #2F2F2F. Windows color (decimal): -15648937 or 5715729. OLE color: 5715729.

HSL color Cylindrical-coordinate representation of color #113757: hue angle of 207.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113757 is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 55 87 -
CMYK 0.80 0.37 0 0.66
HSL 207.43º 0.67% 0.2% -
HSV(B) 207.43º 0.8% 0.34% -
XYZ 3.32 3.54 9.53 -
YUV 47.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 17 55 87 0.80 0.37 0 0.66 207.43 0.67 0.2
Hex 11 37 57 50 25 0 42 CF 43 14
Octal 21 67 127 120 45 0 102 317 103 24
Binary 10001 110111 1010111 1010000 100101 0 1000010 11001111 1000011 10100

Color Harmonies of #113757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113757

Black with #113757

Text Example


Text Example

White with #113757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113757; }

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

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

background-color css

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

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

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

border-color css

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

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

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