Html Css Color HEX #113558 Regal Blue

📋 copy color: '#113558'

red 17 ◦ green 53 ◦ blue 88

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

Shades of Regal Blue #113558

Tints of Regal Blue #113558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.54%

 BLUE value IS 88 (34.77% from 255) = 55.7%

R = 10.76%
G = 33.54%
B = 55.7%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#113558 (or 0x113558) is known color: Regal Blue. HEX triplet: 11, 35 and 58. RGB value is (17,53,88). Sum of RGB (Red+Green+Blue) = 17+53+88=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #113558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113558 is #EECAA7. Grayscale: #2E2E2E. Windows color (decimal): -15649448 or 5780753. OLE color: 5780753.

HSL color Cylindrical-coordinate representation of color #113558: hue angle of 209.58º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #113558 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 53 88 -
CMYK 0.81 0.40 0 0.65
HSL 209.58º 0.68% 0.21% -
HSV(B) 209.58º 0.81% 0.35% -
XYZ 3.27 3.37 9.71 -
YUV 46.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 17 53 88 0.81 0.40 0 0.65 209.58 0.68 0.21
Hex 11 35 58 51 28 0 41 D2 44 15
Octal 21 65 130 121 50 0 101 322 104 25
Binary 10001 110101 1011000 1010001 101000 0 1000001 11010010 1000100 10101

Color Harmonies of #113558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113558

Black with #113558

Text Example


Text Example

White with #113558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113558; }

 p { color: rgb(17,53,88); }

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

background-color css

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

 a { background-color: rgb(17,53,88); }

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

border-color css

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

 span { border-color: rgb(17,53,88); }

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