Html Css Color HEX #113960 Regal Blue

📋 copy color: '#113960'

red 17 ◦ green 57 ◦ blue 96

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

Shades of Regal Blue #113960

Tints of Regal Blue #113960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 56.47%

R = 10%
G = 33.53%
B = 56.47%

CMYK

 C value IS 0.82

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#113960 (or 0x113960) is known color: Regal Blue. HEX triplet: 11, 39 and 60. RGB value is (17,57,96). Sum of RGB (Red+Green+Blue) = 17+57+96=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #113960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113960 is #EEC69F. Grayscale: #313131. Windows color (decimal): -15648416 or 6306065. OLE color: 6306065.

HSL color Cylindrical-coordinate representation of color #113960: hue angle of 209.62º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #113960 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 57 96 -
CMYK 0.82 0.41 0 0.62
HSL 209.62º 0.7% 0.22% -
HSV(B) 209.62º 0.82% 0.38% -
XYZ 3.81 3.89 11.62 -
YUV 49.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 17 57 96 0.82 0.41 0 0.62 209.62 0.7 0.22
Hex 11 39 60 52 29 0 3E D2 46 16
Octal 21 71 140 122 51 0 76 322 106 26
Binary 10001 111001 1100000 1010010 101001 0 111110 11010010 1000110 10110

Color Harmonies of #113960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113960

Black with #113960

Text Example


Text Example

White with #113960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113960; }

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

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

background-color css

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

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

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

border-color css

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

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

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