Html Css Color HEX #113B57 Regal Blue

📋 copy color: '#113B57'

red 17 ◦ green 59 ◦ blue 87

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

Shades of Regal Blue #113B57

Tints of Regal Blue #113B57

RGB

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

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

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

R = 10.43%
G = 36.2%
B = 53.37%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#113B57 (or 0x113B57) is known color: Regal Blue. HEX triplet: 11, 3B and 57. RGB value is (17,59,87). Sum of RGB (Red+Green+Blue) = 17+59+87=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #113B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113B57 is #EEC4A8. Grayscale: #313131. Windows color (decimal): -15647913 or 5716753. OLE color: 5716753.

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

Color convert

RGB 17 59 87 -
CMYK 0.80 0.32 0 0.66
HSL 204º 0.67% 0.2% -
HSV(B) 204º 0.8% 0.34% -
XYZ 3.52 3.94 9.59 -
YUV 49.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 17 59 87 0.80 0.32 0 0.66 204 0.67 0.2
Hex 11 3B 57 50 20 0 42 CC 43 14
Octal 21 73 127 120 40 0 102 314 103 24
Binary 10001 111011 1010111 1010000 100000 0 1000010 11001100 1000011 10100

Color Harmonies of #113B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113B57

Black with #113B57

Text Example


Text Example

White with #113B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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