Html Css Color HEX #113F62 Regal Blue

📋 copy color: '#113F62'

red 17 ◦ green 63 ◦ blue 98

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

Shades of Regal Blue #113F62

Tints of Regal Blue #113F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 55.06%

R = 9.55%
G = 35.39%
B = 55.06%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#113F62 (or 0x113F62) is known color: Regal Blue. HEX triplet: 11, 3F and 62. RGB value is (17,63,98). Sum of RGB (Red+Green+Blue) = 17+63+98=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #113F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F62 is #EEC09D. Grayscale: #353535. Windows color (decimal): -15646878 or 6438673. OLE color: 6438673.

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

Color convert

RGB 17 63 98 -
CMYK 0.83 0.36 0 0.62
HSL 205.93º 0.7% 0.23% -
HSV(B) 205.93º 0.83% 0.38% -
XYZ 4.21 4.56 12.21 -
YUV 53.24 153.26 102.15 -
System Red Green Blue C M Y K H S L
Decimal 17 63 98 0.83 0.36 0 0.62 205.93 0.7 0.23
Hex 11 3F 62 53 24 0 3E CE 46 17
Octal 21 77 142 123 44 0 76 316 106 27
Binary 10001 111111 1100010 1010011 100100 0 111110 11001110 1000110 10111

Color Harmonies of #113F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F62

Black with #113F62

Text Example


Text Example

White with #113F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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