Html Css Color HEX #113F58 Regal Blue

📋 copy color: '#113F58'

red 17 ◦ green 63 ◦ blue 88

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

Shades of Regal Blue #113F58

Tints of Regal Blue #113F58

RGB

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

 GREEN value IS 63 (25% from 255) = 37.5%

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

R = 10.12%
G = 37.5%
B = 52.38%

CMYK

 C value IS 0.81

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#113F58 (or 0x113F58) is known color: Regal Blue. HEX triplet: 11, 3F and 58. RGB value is (17,63,88). Sum of RGB (Red+Green+Blue) = 17+63+88=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #113F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F58 is #EEC0A7. Grayscale: #333333. Windows color (decimal): -15646888 or 5783313. OLE color: 5783313.

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

Color convert

RGB 17 63 88 -
CMYK 0.81 0.28 0 0.65
HSL 201.13º 0.68% 0.21% -
HSV(B) 201.13º 0.81% 0.35% -
XYZ 3.77 4.38 9.88 -
YUV 52.1 148.26 102.97 -
System Red Green Blue C M Y K H S L
Decimal 17 63 88 0.81 0.28 0 0.65 201.13 0.68 0.21
Hex 11 3F 58 51 1C 0 41 C9 44 15
Octal 21 77 130 121 34 0 101 311 104 25
Binary 10001 111111 1011000 1010001 11100 0 1000001 11001001 1000100 10101

Color Harmonies of #113F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F58

Black with #113F58

Text Example


Text Example

White with #113F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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