Html Css Color HEX #113155 Regal Blue

📋 copy color: '#113155'

red 17 ◦ green 49 ◦ blue 85

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

Shades of Regal Blue #113155

Tints of Regal Blue #113155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.45%

 BLUE value IS 85 (33.59% from 255) = 56.29%

R = 11.26%
G = 32.45%
B = 56.29%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#113155 (or 0x113155) is known color: Regal Blue. HEX triplet: 11, 31 and 55. RGB value is (17,49,85). Sum of RGB (Red+Green+Blue) = 17+49+85=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 85 (33.59% from 255 or 56.29% from 151); Max value from RGB is 85 - color contains mainly: blue. Hex color #113155 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113155 is #EECEAA. Grayscale: #2B2B2B. Windows color (decimal): -15650475 or 5583121. OLE color: 5583121.

HSL color Cylindrical-coordinate representation of color #113155: hue angle of 211.76º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113155 is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 49 85 -
CMYK 0.80 0.42 0 0.67
HSL 211.76º 0.67% 0.2% -
HSV(B) 211.76º 0.8% 0.33% -
XYZ 2.97 2.97 9.01 -
YUV 43.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 17 49 85 0.80 0.42 0 0.67 211.76 0.67 0.2
Hex 11 31 55 50 2A 0 43 D4 43 14
Octal 21 61 125 120 52 0 103 324 103 24
Binary 10001 110001 1010101 1010000 101010 0 1000011 11010100 1000011 10100

Color Harmonies of #113155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113155

Black with #113155

Text Example


Text Example

White with #113155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113155; }

 p { color: rgb(17,49,85); }

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

background-color css

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

 a { background-color: rgb(17,49,85); }

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

border-color css

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

 span { border-color: rgb(17,49,85); }

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