Html Css Color HEX #113153 Regal Blue

📋 copy color: '#113153'

red 17 ◦ green 49 ◦ blue 83

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

Shades of Regal Blue #113153

Tints of Regal Blue #113153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.89%

 BLUE value IS 83 (32.81% from 255) = 55.7%

R = 11.41%
G = 32.89%
B = 55.7%

CMYK

 C value IS 0.80

 M value IS 0.41

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#113153 (or 0x113153) is known color: Regal Blue. HEX triplet: 11, 31 and 53. RGB value is (17,49,83). Sum of RGB (Red+Green+Blue) = 17+49+83=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #113153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113153 is #EECEAC. Grayscale: #2B2B2B. Windows color (decimal): -15650477 or 5452049. OLE color: 5452049.

HSL color Cylindrical-coordinate representation of color #113153: hue angle of 210.91º 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 #113153 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 17 49 83 -
CMYK 0.80 0.41 0 0.67
HSL 210.91º 0.66% 0.2% -
HSV(B) 210.91º 0.8% 0.33% -
XYZ 2.89 2.94 8.6 -
YUV 43.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 17 49 83 0.80 0.41 0 0.67 210.91 0.66 0.2
Hex 11 31 53 50 29 0 43 D3 42 14
Octal 21 61 123 120 51 0 103 323 102 24
Binary 10001 110001 1010011 1010000 101001 0 1000011 11010011 1000010 10100

Color Harmonies of #113153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113153

Black with #113153

Text Example


Text Example

White with #113153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113153; }

 p { color: rgb(17,49,83); }

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

background-color css

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

 a { background-color: rgb(17,49,83); }

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

border-color css

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

 span { border-color: rgb(17,49,83); }

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