Html Css Color HEX #113A58 Regal Blue

📋 copy color: '#113A58'

red 17 ◦ green 58 ◦ blue 88

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

Shades of Regal Blue #113A58

Tints of Regal Blue #113A58

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.58%

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

R = 10.43%
G = 35.58%
B = 53.99%

CMYK

 C value IS 0.81

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#113A58 (or 0x113A58) is known color: Regal Blue. HEX triplet: 11, 3A and 58. RGB value is (17,58,88). Sum of RGB (Red+Green+Blue) = 17+58+88=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 88 (34.77% from 255 or 53.99% from 163); Max value from RGB is 88 - color contains mainly: blue. Hex color #113A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113A58 is #EEC5A7. Grayscale: #313131. Windows color (decimal): -15648168 or 5782033. OLE color: 5782033.

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

Color convert

RGB 17 58 88 -
CMYK 0.81 0.34 0 0.65
HSL 205.35º 0.68% 0.21% -
HSV(B) 205.35º 0.81% 0.35% -
XYZ 3.51 3.85 9.79 -
YUV 49.16 149.92 105.06 -
System Red Green Blue C M Y K H S L
Decimal 17 58 88 0.81 0.34 0 0.65 205.35 0.68 0.21
Hex 11 3A 58 51 22 0 41 CD 44 15
Octal 21 72 130 121 42 0 101 315 104 25
Binary 10001 111010 1011000 1010001 100010 0 1000001 11001101 1000100 10101

Color Harmonies of #113A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113A58

Black with #113A58

Text Example


Text Example

White with #113A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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