Html Css Color HEX #113055 Regal Blue

📋 copy color: '#113055'

red 17 ◦ green 48 ◦ blue 85

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

Shades of Regal Blue #113055

Tints of Regal Blue #113055

RGB

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

 GREEN value IS 48 (19.14% from 255) = 32%

 BLUE value IS 85 (33.59% from 255) = 56.67%

R = 11.33%
G = 32%
B = 56.67%

CMYK

 C value IS 0.80

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#113055 (or 0x113055) is known color: Regal Blue. HEX triplet: 11, 30 and 55. RGB value is (17,48,85). Sum of RGB (Red+Green+Blue) = 17+48+85=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 85 (33.59% from 255 or 56.67% from 150); Max value from RGB is 85 - color contains mainly: blue. Hex color #113055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113055 is #EECFAA. Grayscale: #2A2A2A. Windows color (decimal): -15650731 or 5582865. OLE color: 5582865.

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

Color convert

RGB 17 48 85 -
CMYK 0.80 0.44 0 0.67
HSL 212.65º 0.67% 0.2% -
HSV(B) 212.65º 0.8% 0.33% -
XYZ 2.93 2.89 9 -
YUV 42.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 17 48 85 0.80 0.44 0 0.67 212.65 0.67 0.2
Hex 11 30 55 50 2C 0 43 D5 43 14
Octal 21 60 125 120 54 0 103 325 103 24
Binary 10001 110000 1010101 1010000 101100 0 1000011 11010101 1000011 10100

Color Harmonies of #113055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113055

Black with #113055

Text Example


Text Example

White with #113055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113055; }

 p { color: rgb(17,48,85); }

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

background-color css

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

 a { background-color: rgb(17,48,85); }

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

border-color css

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

 span { border-color: rgb(17,48,85); }

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