Html Css Color HEX #113A59 Regal Blue

📋 copy color: '#113A59'

red 17 ◦ green 58 ◦ blue 89

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

Shades of Regal Blue #113A59

Tints of Regal Blue #113A59

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.37%

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

R = 10.37%
G = 35.37%
B = 54.27%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#113A59 (or 0x113A59) is known color: Regal Blue. HEX triplet: 11, 3A and 59. RGB value is (17,58,89). Sum of RGB (Red+Green+Blue) = 17+58+89=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #113A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A59 is #EEC5A6. Grayscale: #313131. Windows color (decimal): -15648167 or 5847569. OLE color: 5847569.

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

Color convert

RGB 17 58 89 -
CMYK 0.81 0.35 0 0.65
HSL 205.83º 0.68% 0.21% -
HSV(B) 205.83º 0.81% 0.35% -
XYZ 3.55 3.87 10.01 -
YUV 49.28 150.42 104.98 -
System Red Green Blue C M Y K H S L
Decimal 17 58 89 0.81 0.35 0 0.65 205.83 0.68 0.21
Hex 11 3A 59 51 23 0 41 CE 44 15
Octal 21 72 131 121 43 0 101 316 104 25
Binary 10001 111010 1011001 1010001 100011 0 1000001 11001110 1000100 10101

Color Harmonies of #113A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A59

Black with #113A59

Text Example


Text Example

White with #113A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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