Html Css Color HEX #113F5E Regal Blue

📋 copy color: '#113F5E'

red 17 ◦ green 63 ◦ blue 94

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

Shades of Regal Blue #113F5E

Tints of Regal Blue #113F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 54.02%

R = 9.77%
G = 36.21%
B = 54.02%

CMYK

 C value IS 0.82

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#113F5E (or 0x113F5E) is known color: Regal Blue. HEX triplet: 11, 3F and 5E. RGB value is (17,63,94). Sum of RGB (Red+Green+Blue) = 17+63+94=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #113F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F5E is #EEC0A1. Grayscale: #343434. Windows color (decimal): -15646882 or 6176529. OLE color: 6176529.

HSL color Cylindrical-coordinate representation of color #113F5E: hue angle of 204.16º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113F5E is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 63 94 -
CMYK 0.82 0.33 0 0.63
HSL 204.16º 0.69% 0.22% -
HSV(B) 204.16º 0.82% 0.37% -
XYZ 4.03 4.48 11.24 -
YUV 52.78 151.26 102.48 -
System Red Green Blue C M Y K H S L
Decimal 17 63 94 0.82 0.33 0 0.63 204.16 0.69 0.22
Hex 11 3F 5E 52 21 0 3F CC 45 16
Octal 21 77 136 122 41 0 77 314 105 26
Binary 10001 111111 1011110 1010010 100001 0 111111 11001100 1000101 10110

Color Harmonies of #113F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F5E

Black with #113F5E

Text Example


Text Example

White with #113F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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