Html Css Color HEX #113958 Regal Blue

📋 copy color: '#113958'

red 17 ◦ green 57 ◦ blue 88

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

Shades of Regal Blue #113958

Tints of Regal Blue #113958

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.19%

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

R = 10.49%
G = 35.19%
B = 54.32%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#113958 (or 0x113958) is known color: Regal Blue. HEX triplet: 11, 39 and 58. RGB value is (17,57,88). Sum of RGB (Red+Green+Blue) = 17+57+88=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 88 (34.77% from 255 or 54.32% from 162); Max value from RGB is 88 - color contains mainly: blue. Hex color #113958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113958 is #EEC6A7. Grayscale: #303030. Windows color (decimal): -15648424 or 5781777. OLE color: 5781777.

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

Color convert

RGB 17 57 88 -
CMYK 0.81 0.35 0 0.65
HSL 206.2º 0.68% 0.21% -
HSV(B) 206.2º 0.81% 0.35% -
XYZ 3.46 3.75 9.77 -
YUV 48.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 17 57 88 0.81 0.35 0 0.65 206.2 0.68 0.21
Hex 11 39 58 51 23 0 41 CE 44 15
Octal 21 71 130 121 43 0 101 316 104 25
Binary 10001 111001 1011000 1010001 100011 0 1000001 11001110 1000100 10101

Color Harmonies of #113958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113958

Black with #113958

Text Example


Text Example

White with #113958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113958; }

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

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

background-color css

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

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

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

border-color css

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

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

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