Html Css Color HEX #113F66 Regal Blue

📋 copy color: '#113F66'

red 17 ◦ green 63 ◦ blue 102

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

Shades of Regal Blue #113F66

Tints of Regal Blue #113F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 56.04%

R = 9.34%
G = 34.62%
B = 56.04%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#113F66 (or 0x113F66) is known color: Regal Blue. HEX triplet: 11, 3F and 66. RGB value is (17,63,102). Sum of RGB (Red+Green+Blue) = 17+63+102=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 102 (40.23% from 255 or 56.04% from 182); Max value from RGB is 102 - color contains mainly: blue. Hex color #113F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113F66 is #EEC099. Grayscale: #353535. Windows color (decimal): -15646874 or 6700817. OLE color: 6700817.

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

Color convert

RGB 17 63 102 -
CMYK 0.83 0.38 0 0.6
HSL 207.53º 0.71% 0.23% -
HSV(B) 207.53º 0.83% 0.4% -
XYZ 4.41 4.63 13.23 -
YUV 53.69 155.26 101.83 -
System Red Green Blue C M Y K H S L
Decimal 17 63 102 0.83 0.38 0 0.6 207.53 0.71 0.23
Hex 11 3F 66 53 26 0 3C D0 47 17
Octal 21 77 146 123 46 0 74 320 107 27
Binary 10001 111111 1100110 1010011 100110 0 111100 11010000 1000111 10111

Color Harmonies of #113F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F66

Black with #113F66

Text Example


Text Example

White with #113F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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