Html Css Color HEX #113658 Regal Blue

📋 copy color: '#113658'

red 17 ◦ green 54 ◦ blue 88

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

Shades of Regal Blue #113658

Tints of Regal Blue #113658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 55.35%

R = 10.69%
G = 33.96%
B = 55.35%

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

#113658 (or 0x113658) is known color: Regal Blue. HEX triplet: 11, 36 and 58. RGB value is (17,54,88). Sum of RGB (Red+Green+Blue) = 17+54+88=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #113658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113658 is #EEC9A7. Grayscale: #2E2E2E. Windows color (decimal): -15649192 or 5781009. OLE color: 5781009.

HSL color Cylindrical-coordinate representation of color #113658: hue angle of 208.73º 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 #113658 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 17 54 88 -
CMYK 0.81 0.39 0 0.65
HSL 208.73º 0.68% 0.21% -
HSV(B) 208.73º 0.81% 0.35% -
XYZ 3.31 3.46 9.73 -
YUV 46.81 151.24 106.74 -
System Red Green Blue C M Y K H S L
Decimal 17 54 88 0.81 0.39 0 0.65 208.73 0.68 0.21
Hex 11 36 58 51 27 0 41 D1 44 15
Octal 21 66 130 121 47 0 101 321 104 25
Binary 10001 110110 1011000 1010001 100111 0 1000001 11010001 1000100 10101

Color Harmonies of #113658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113658

Black with #113658

Text Example


Text Example

White with #113658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113658; }

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

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

background-color css

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

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

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

border-color css

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

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

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