Html Css Color HEX #113056 Regal Blue

📋 copy color: '#113056'

red 17 ◦ green 48 ◦ blue 86

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

Shades of Regal Blue #113056

Tints of Regal Blue #113056

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.79%

 BLUE value IS 86 (33.98% from 255) = 56.95%

R = 11.26%
G = 31.79%
B = 56.95%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#113056 (or 0x113056) is known color: Regal Blue. HEX triplet: 11, 30 and 56. RGB value is (17,48,86). Sum of RGB (Red+Green+Blue) = 17+48+86=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 86 (33.98% from 255 or 56.95% from 151); Max value from RGB is 86 - color contains mainly: blue. Hex color #113056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113056 is #EECFA9. Grayscale: #2A2A2A. Windows color (decimal): -15650730 or 5648401. OLE color: 5648401.

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

Color convert

RGB 17 48 86 -
CMYK 0.80 0.44 0 0.66
HSL 213.04º 0.67% 0.2% -
HSV(B) 213.04º 0.8% 0.34% -
XYZ 2.97 2.9 9.21 -
YUV 43.06 152.23 109.41 -
System Red Green Blue C M Y K H S L
Decimal 17 48 86 0.80 0.44 0 0.66 213.04 0.67 0.2
Hex 11 30 56 50 2C 0 42 D5 43 14
Octal 21 60 126 120 54 0 102 325 103 24
Binary 10001 110000 1010110 1010000 101100 0 1000010 11010101 1000011 10100

Color Harmonies of #113056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113056

Black with #113056

Text Example


Text Example

White with #113056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113056; }

 p { color: rgb(17,48,86); }

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

background-color css

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

 a { background-color: rgb(17,48,86); }

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

border-color css

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

 span { border-color: rgb(17,48,86); }

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