Html Css Color HEX #113D58 Regal Blue

📋 copy color: '#113D58'

red 17 ◦ green 61 ◦ blue 88

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

Shades of Regal Blue #113D58

Tints of Regal Blue #113D58

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.75%

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

R = 10.24%
G = 36.75%
B = 53.01%

CMYK

 C value IS 0.81

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#113D58 (or 0x113D58) is known color: Regal Blue. HEX triplet: 11, 3D and 58. RGB value is (17,61,88). Sum of RGB (Red+Green+Blue) = 17+61+88=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 61 (24.22% from 255 or 36.75% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #113D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113D58 is #EEC2A7. Grayscale: #323232. Windows color (decimal): -15647400 or 5782801. OLE color: 5782801.

HSL color Cylindrical-coordinate representation of color #113D58: hue angle of 202.82º 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 #113D58 is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 61 88 -
CMYK 0.81 0.31 0 0.65
HSL 202.82º 0.68% 0.21% -
HSV(B) 202.82º 0.81% 0.35% -
XYZ 3.66 4.16 9.84 -
YUV 50.92 148.92 103.8 -
System Red Green Blue C M Y K H S L
Decimal 17 61 88 0.81 0.31 0 0.65 202.82 0.68 0.21
Hex 11 3D 58 51 1F 0 41 CB 44 15
Octal 21 75 130 121 37 0 101 313 104 25
Binary 10001 111101 1011000 1010001 11111 0 1000001 11001011 1000100 10101

Color Harmonies of #113D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D58

Black with #113D58

Text Example


Text Example

White with #113D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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