Html Css Color HEX #113F61 Regal Blue

📋 copy color: '#113F61'

red 17 ◦ green 63 ◦ blue 97

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

Shades of Regal Blue #113F61

Tints of Regal Blue #113F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 54.8%

R = 9.6%
G = 35.59%
B = 54.8%

CMYK

 C value IS 0.82

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#113F61 (or 0x113F61) is known color: Regal Blue. HEX triplet: 11, 3F and 61. RGB value is (17,63,97). Sum of RGB (Red+Green+Blue) = 17+63+97=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #113F61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F61 is #EEC09E. Grayscale: #343434. Windows color (decimal): -15646879 or 6373137. OLE color: 6373137.

HSL color Cylindrical-coordinate representation of color #113F61: hue angle of 205.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113F61 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 63 97 -
CMYK 0.82 0.35 0 0.62
HSL 205.5º 0.7% 0.22% -
HSV(B) 205.5º 0.82% 0.38% -
XYZ 4.17 4.54 11.97 -
YUV 53.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 17 63 97 0.82 0.35 0 0.62 205.5 0.7 0.22
Hex 11 3F 61 52 23 0 3E CE 46 16
Octal 21 77 141 122 43 0 76 316 106 26
Binary 10001 111111 1100001 1010010 100011 0 111110 11001110 1000110 10110

Color Harmonies of #113F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F61

Black with #113F61

Text Example


Text Example

White with #113F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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