Html Css Color HEX #113857 Regal Blue

📋 copy color: '#113857'

red 17 ◦ green 56 ◦ blue 87

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

Shades of Regal Blue #113857

Tints of Regal Blue #113857

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35%

 BLUE value IS 87 (34.38% from 255) = 54.38%

R = 10.63%
G = 35%
B = 54.38%

CMYK

 C value IS 0.80

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#113857 (or 0x113857) is known color: Regal Blue. HEX triplet: 11, 38 and 57. RGB value is (17,56,87). Sum of RGB (Red+Green+Blue) = 17+56+87=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 87 (34.38% from 255 or 54.38% from 160); Max value from RGB is 87 - color contains mainly: blue. Hex color #113857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113857 is #EEC7A8. Grayscale: #2F2F2F. Windows color (decimal): -15648681 or 5715985. OLE color: 5715985.

HSL color Cylindrical-coordinate representation of color #113857: hue angle of 206.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #113857 is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 17 56 87 -
CMYK 0.80 0.36 0 0.66
HSL 206.57º 0.67% 0.2% -
HSV(B) 206.57º 0.8% 0.34% -
XYZ 3.37 3.64 9.54 -
YUV 47.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 17 56 87 0.80 0.36 0 0.66 206.57 0.67 0.2
Hex 11 38 57 50 24 0 42 CF 43 14
Octal 21 70 127 120 44 0 102 317 103 24
Binary 10001 111000 1010111 1010000 100100 0 1000010 11001111 1000011 10100

Color Harmonies of #113857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113857

Black with #113857

Text Example


Text Example

White with #113857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113857; }

 p { color: rgb(17,56,87); }

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

background-color css

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

 a { background-color: rgb(17,56,87); }

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

border-color css

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

 span { border-color: rgb(17,56,87); }

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