Html Css Color HEX #113758 Regal Blue

📋 copy color: '#113758'

red 17 ◦ green 55 ◦ blue 88

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

Shades of Regal Blue #113758

Tints of Regal Blue #113758

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.38%

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

R = 10.63%
G = 34.38%
B = 55%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#113758 (or 0x113758) is known color: Regal Blue. HEX triplet: 11, 37 and 58. RGB value is (17,55,88). Sum of RGB (Red+Green+Blue) = 17+55+88=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #113758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113758 is #EEC8A7. Grayscale: #2F2F2F. Windows color (decimal): -15648936 or 5781265. OLE color: 5781265.

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

Color convert

RGB 17 55 88 -
CMYK 0.81 0.38 0 0.65
HSL 207.89º 0.68% 0.21% -
HSV(B) 207.89º 0.81% 0.35% -
XYZ 3.36 3.56 9.74 -
YUV 47.4 150.91 106.32 -
System Red Green Blue C M Y K H S L
Decimal 17 55 88 0.81 0.38 0 0.65 207.89 0.68 0.21
Hex 11 37 58 51 26 0 41 D0 44 15
Octal 21 67 130 121 46 0 101 320 104 25
Binary 10001 110111 1011000 1010001 100110 0 1000001 11010000 1000100 10101

Color Harmonies of #113758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113758

Black with #113758

Text Example


Text Example

White with #113758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113758; }

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

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

background-color css

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

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

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

border-color css

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

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

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