Html Css Color HEX #113557 Regal Blue

📋 copy color: '#113557'

red 17 ◦ green 53 ◦ blue 87

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

Shades of Regal Blue #113557

Tints of Regal Blue #113557

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.76%

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

R = 10.83%
G = 33.76%
B = 55.41%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#113557 (or 0x113557) is known color: Regal Blue. HEX triplet: 11, 35 and 57. RGB value is (17,53,87). Sum of RGB (Red+Green+Blue) = 17+53+87=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #113557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113557 is #EECAA8. Grayscale: #2D2D2D. Windows color (decimal): -15649449 or 5715217. OLE color: 5715217.

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

Color convert

RGB 17 53 87 -
CMYK 0.80 0.39 0 0.66
HSL 209.14º 0.67% 0.2% -
HSV(B) 209.14º 0.8% 0.34% -
XYZ 3.22 3.35 9.49 -
YUV 46.11 151.07 107.24 -
System Red Green Blue C M Y K H S L
Decimal 17 53 87 0.80 0.39 0 0.66 209.14 0.67 0.2
Hex 11 35 57 50 27 0 42 D1 43 14
Octal 21 65 127 120 47 0 102 321 103 24
Binary 10001 110101 1010111 1010000 100111 0 1000010 11010001 1000011 10100

Color Harmonies of #113557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113557

Black with #113557

Text Example


Text Example

White with #113557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113557; }

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

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

background-color css

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

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

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

border-color css

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

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

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