Html Css Color HEX #113559 Regal Blue

📋 copy color: '#113559'

red 17 ◦ green 53 ◦ blue 89

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

Shades of Regal Blue #113559

Tints of Regal Blue #113559

RGB

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

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

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

R = 10.69%
G = 33.33%
B = 55.97%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#113559 (or 0x113559) is known color: Regal Blue. HEX triplet: 11, 35 and 59. RGB value is (17,53,89). Sum of RGB (Red+Green+Blue) = 17+53+89=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #113559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113559 is #EECAA6. Grayscale: #2E2E2E. Windows color (decimal): -15649447 or 5846289. OLE color: 5846289.

HSL color Cylindrical-coordinate representation of color #113559: hue angle of 210º 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 #113559 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 53 89 -
CMYK 0.81 0.40 0 0.65
HSL 210º 0.68% 0.21% -
HSV(B) 210º 0.81% 0.35% -
XYZ 3.31 3.39 9.93 -
YUV 46.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 17 53 89 0.81 0.40 0 0.65 210 0.68 0.21
Hex 11 35 59 51 28 0 41 D2 44 15
Octal 21 65 131 121 50 0 101 322 104 25
Binary 10001 110101 1011001 1010001 101000 0 1000001 11010010 1000100 10101

Color Harmonies of #113559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113559

Black with #113559

Text Example


Text Example

White with #113559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113559; }

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

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

background-color css

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

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

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

border-color css

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

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

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