Html Css Color HEX #113459 Regal Blue

📋 copy color: '#113459'

red 17 ◦ green 52 ◦ blue 89

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

Shades of Regal Blue #113459

Tints of Regal Blue #113459

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.91%

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

R = 10.76%
G = 32.91%
B = 56.33%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#113459 (or 0x113459) is known color: Regal Blue. HEX triplet: 11, 34 and 59. RGB value is (17,52,89). Sum of RGB (Red+Green+Blue) = 17+52+89=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 52 (20.70% from 255 or 32.91% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #113459 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113459 is #EECBA6. Grayscale: #2D2D2D. Windows color (decimal): -15649703 or 5846033. OLE color: 5846033.

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

Color convert

RGB 17 52 89 -
CMYK 0.81 0.42 0 0.65
HSL 210.83º 0.68% 0.21% -
HSV(B) 210.83º 0.81% 0.35% -
XYZ 3.26 3.3 9.92 -
YUV 45.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 17 52 89 0.81 0.42 0 0.65 210.83 0.68 0.21
Hex 11 34 59 51 2A 0 41 D3 44 15
Octal 21 64 131 121 52 0 101 323 104 25
Binary 10001 110100 1011001 1010001 101010 0 1000001 11010011 1000100 10101

Color Harmonies of #113459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113459

Black with #113459

Text Example


Text Example

White with #113459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113459; }

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

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

background-color css

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

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

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

border-color css

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

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

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