Html Css Color HEX #113454 Regal Blue

📋 copy color: '#113454'

red 17 ◦ green 52 ◦ blue 84

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

Shades of Regal Blue #113454

Tints of Regal Blue #113454

RGB

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

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

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

R = 11.11%
G = 33.99%
B = 54.9%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#113454 (or 0x113454) is known color: Regal Blue. HEX triplet: 11, 34 and 54. RGB value is (17,52,84). Sum of RGB (Red+Green+Blue) = 17+52+84=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #113454 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113454 is #EECBAB. Grayscale: #2D2D2D. Windows color (decimal): -15649708 or 5518353. OLE color: 5518353.

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

Color convert

RGB 17 52 84 -
CMYK 0.80 0.38 0 0.67
HSL 208.66º 0.66% 0.2% -
HSV(B) 208.66º 0.8% 0.33% -
XYZ 3.06 3.22 8.85 -
YUV 45.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 17 52 84 0.80 0.38 0 0.67 208.66 0.66 0.2
Hex 11 34 54 50 26 0 43 D1 42 14
Octal 21 64 124 120 46 0 103 321 102 24
Binary 10001 110100 1010100 1010000 100110 0 1000011 11010001 1000010 10100

Color Harmonies of #113454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113454

Black with #113454

Text Example


Text Example

White with #113454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113454; }

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

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

background-color css

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

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

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

border-color css

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

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

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