Html Css Color HEX #113C57 Regal Blue

📋 copy color: '#113C57'

red 17 ◦ green 60 ◦ blue 87

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

Shades of Regal Blue #113C57

Tints of Regal Blue #113C57

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.59%

 BLUE value IS 87 (34.38% from 255) = 53.05%

R = 10.37%
G = 36.59%
B = 53.05%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#113C57 (or 0x113C57) is known color: Regal Blue. HEX triplet: 11, 3C and 57. RGB value is (17,60,87). Sum of RGB (Red+Green+Blue) = 17+60+87=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #113C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113C57 is #EEC3A8. Grayscale: #323232. Windows color (decimal): -15647657 or 5717009. OLE color: 5717009.

HSL color Cylindrical-coordinate representation of color #113C57: hue angle of 203.14º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113C57 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 60 87 -
CMYK 0.80 0.31 0 0.66
HSL 203.14º 0.67% 0.2% -
HSV(B) 203.14º 0.8% 0.34% -
XYZ 3.57 4.04 9.61 -
YUV 50.22 148.75 104.3 -
System Red Green Blue C M Y K H S L
Decimal 17 60 87 0.80 0.31 0 0.66 203.14 0.67 0.2
Hex 11 3C 57 50 1F 0 42 CB 43 14
Octal 21 74 127 120 37 0 102 313 103 24
Binary 10001 111100 1010111 1010000 11111 0 1000010 11001011 1000011 10100

Color Harmonies of #113C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113C57

Black with #113C57

Text Example


Text Example

White with #113C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,60,87); }

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

background-color css

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

 a { background-color: rgb(17,60,87); }

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

border-color css

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

 span { border-color: rgb(17,60,87); }

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