Html Css Color HEX #113E63 Regal Blue

📋 copy color: '#113E63'

red 17 ◦ green 62 ◦ blue 99

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

Shades of Regal Blue #113E63

Tints of Regal Blue #113E63

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.83%

 BLUE value IS 99 (39.06% from 255) = 55.62%

R = 9.55%
G = 34.83%
B = 55.62%

CMYK

 C value IS 0.83

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#113E63 (or 0x113E63) is known color: Regal Blue. HEX triplet: 11, 3E and 63. RGB value is (17,62,99). Sum of RGB (Red+Green+Blue) = 17+62+99=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 62 (24.61% from 255 or 34.83% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #113E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113E63 is #EEC19C. Grayscale: #343434. Windows color (decimal): -15647133 or 6503953. OLE color: 6503953.

HSL color Cylindrical-coordinate representation of color #113E63: hue angle of 207.07º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #113E63 is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 62 99 -
CMYK 0.83 0.37 0 0.61
HSL 207.07º 0.71% 0.23% -
HSV(B) 207.07º 0.83% 0.39% -
XYZ 4.21 4.47 12.44 -
YUV 52.76 154.09 102.49 -
System Red Green Blue C M Y K H S L
Decimal 17 62 99 0.83 0.37 0 0.61 207.07 0.71 0.23
Hex 11 3E 63 53 25 0 3D CF 47 17
Octal 21 76 143 123 45 0 75 317 107 27
Binary 10001 111110 1100011 1010011 100101 0 111101 11001111 1000111 10111

Color Harmonies of #113E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113E63

Black with #113E63

Text Example


Text Example

White with #113E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,62,99); }

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

background-color css

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

 a { background-color: rgb(17,62,99); }

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

border-color css

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

 span { border-color: rgb(17,62,99); }

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