Html Css Color HEX #113854 Regal Blue

📋 copy color: '#113854'

red 17 ◦ green 56 ◦ blue 84

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

Shades of Regal Blue #113854

Tints of Regal Blue #113854

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 53.5%

R = 10.83%
G = 35.67%
B = 53.5%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#113854 (or 0x113854) is known color: Regal Blue. HEX triplet: 11, 38 and 54. RGB value is (17,56,84). Sum of RGB (Red+Green+Blue) = 17+56+84=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 84 (33.20% from 255 or 53.50% from 157); Max value from RGB is 84 - color contains mainly: blue. Hex color #113854 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113854 is #EEC7AB. Grayscale: #2F2F2F. Windows color (decimal): -15648684 or 5519377. OLE color: 5519377.

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

Color convert

RGB 17 56 84 -
CMYK 0.80 0.33 0 0.67
HSL 205.07º 0.66% 0.2% -
HSV(B) 205.07º 0.8% 0.33% -
XYZ 3.25 3.59 8.91 -
YUV 47.53 148.58 106.22 -
System Red Green Blue C M Y K H S L
Decimal 17 56 84 0.80 0.33 0 0.67 205.07 0.66 0.2
Hex 11 38 54 50 21 0 43 CD 42 14
Octal 21 70 124 120 41 0 103 315 102 24
Binary 10001 111000 1010100 1010000 100001 0 1000011 11001101 1000010 10100

Color Harmonies of #113854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113854

Black with #113854

Text Example


Text Example

White with #113854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113854; }

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

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

background-color css

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

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

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

border-color css

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

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

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