Html Css Color HEX #113957 Regal Blue

📋 copy color: '#113957'

red 17 ◦ green 57 ◦ blue 87

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

Shades of Regal Blue #113957

Tints of Regal Blue #113957

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.4%

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

R = 10.56%
G = 35.4%
B = 54.04%

CMYK

 C value IS 0.80

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#113957 (or 0x113957) is known color: Regal Blue. HEX triplet: 11, 39 and 57. RGB value is (17,57,87). Sum of RGB (Red+Green+Blue) = 17+57+87=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 87 (34.38% from 255 or 54.04% from 161); Max value from RGB is 87 - color contains mainly: blue. Hex color #113957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113957 is #EEC6A8. Grayscale: #303030. Windows color (decimal): -15648425 or 5716241. OLE color: 5716241.

HSL color Cylindrical-coordinate representation of color #113957: hue angle of 205.71º 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 #113957 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 57 87 -
CMYK 0.80 0.34 0 0.66
HSL 205.71º 0.67% 0.2% -
HSV(B) 205.71º 0.8% 0.34% -
XYZ 3.41 3.73 9.56 -
YUV 48.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 17 57 87 0.80 0.34 0 0.66 205.71 0.67 0.2
Hex 11 39 57 50 22 0 42 CE 43 14
Octal 21 71 127 120 42 0 102 316 103 24
Binary 10001 111001 1010111 1010000 100010 0 1000010 11001110 1000011 10100

Color Harmonies of #113957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113957

Black with #113957

Text Example


Text Example

White with #113957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113957; }

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

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

background-color css

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

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

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

border-color css

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

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

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