Html Css Color HEX #113154 Regal Blue

📋 copy color: '#113154'

red 17 ◦ green 49 ◦ blue 84

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

Shades of Regal Blue #113154

Tints of Regal Blue #113154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 56%

R = 11.33%
G = 32.67%
B = 56%

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

#113154 (or 0x113154) is known color: Regal Blue. HEX triplet: 11, 31 and 54. RGB value is (17,49,84). Sum of RGB (Red+Green+Blue) = 17+49+84=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 84 (33.20% from 255 or 56% from 150); Max value from RGB is 84 - color contains mainly: blue. Hex color #113154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113154 is #EECEAB. Grayscale: #2B2B2B. Windows color (decimal): -15650476 or 5517585. OLE color: 5517585.

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

Color convert

RGB 17 49 84 -
CMYK 0.80 0.42 0 0.67
HSL 211.34º 0.66% 0.2% -
HSV(B) 211.34º 0.8% 0.33% -
XYZ 2.93 2.96 8.8 -
YUV 43.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 17 49 84 0.80 0.42 0 0.67 211.34 0.66 0.2
Hex 11 31 54 50 2A 0 43 D3 42 14
Octal 21 61 124 120 52 0 103 323 102 24
Binary 10001 110001 1010100 1010000 101010 0 1000011 11010011 1000010 10100

Color Harmonies of #113154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113154

Black with #113154

Text Example


Text Example

White with #113154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113154; }

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

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

background-color css

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

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

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

border-color css

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

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

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