Html Css Color HEX #113659 Regal Blue

📋 copy color: '#113659'

red 17 ◦ green 54 ◦ blue 89

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

Shades of Regal Blue #113659

Tints of Regal Blue #113659

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.75%

 BLUE value IS 89 (35.16% from 255) = 55.63%

R = 10.63%
G = 33.75%
B = 55.63%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#113659 (or 0x113659) is known color: Regal Blue. HEX triplet: 11, 36 and 59. RGB value is (17,54,89). Sum of RGB (Red+Green+Blue) = 17+54+89=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #113659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113659 is #EEC9A6. Grayscale: #2E2E2E. Windows color (decimal): -15649191 or 5846545. OLE color: 5846545.

HSL color Cylindrical-coordinate representation of color #113659: hue angle of 209.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #113659 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 54 89 -
CMYK 0.81 0.39 0 0.65
HSL 209.17º 0.68% 0.21% -
HSV(B) 209.17º 0.81% 0.35% -
XYZ 3.35 3.48 9.95 -
YUV 46.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 17 54 89 0.81 0.39 0 0.65 209.17 0.68 0.21
Hex 11 36 59 51 27 0 41 D1 44 15
Octal 21 66 131 121 47 0 101 321 104 25
Binary 10001 110110 1011001 1010001 100111 0 1000001 11010001 1000100 10101

Color Harmonies of #113659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113659

Black with #113659

Text Example


Text Example

White with #113659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113659; }

 p { color: rgb(17,54,89); }

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

background-color css

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

 a { background-color: rgb(17,54,89); }

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

border-color css

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

 span { border-color: rgb(17,54,89); }

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