Html Css Color HEX #113456 Regal Blue

📋 copy color: '#113456'

red 17 ◦ green 52 ◦ blue 86

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

Shades of Regal Blue #113456

Tints of Regal Blue #113456

RGB

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

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

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

R = 10.97%
G = 33.55%
B = 55.48%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#113456 (or 0x113456) is known color: Regal Blue. HEX triplet: 11, 34 and 56. RGB value is (17,52,86). Sum of RGB (Red+Green+Blue) = 17+52+86=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #113456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113456 is #EECBA9. Grayscale: #2D2D2D. Windows color (decimal): -15649706 or 5649425. OLE color: 5649425.

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

Color convert

RGB 17 52 86 -
CMYK 0.80 0.40 0 0.66
HSL 209.57º 0.67% 0.2% -
HSV(B) 209.57º 0.8% 0.34% -
XYZ 3.14 3.25 9.27 -
YUV 45.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 17 52 86 0.80 0.40 0 0.66 209.57 0.67 0.2
Hex 11 34 56 50 28 0 42 D2 43 14
Octal 21 64 126 120 50 0 102 322 103 24
Binary 10001 110100 1010110 1010000 101000 0 1000010 11010010 1000011 10100

Color Harmonies of #113456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113456

Black with #113456

Text Example


Text Example

White with #113456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113456; }

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

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

background-color css

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

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

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

border-color css

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

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

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