Html Css Color HEX #113052 Regal Blue

📋 copy color: '#113052'

red 17 ◦ green 48 ◦ blue 82

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

Shades of Regal Blue #113052

Tints of Regal Blue #113052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 55.78%

R = 11.56%
G = 32.65%
B = 55.78%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#113052 (or 0x113052) is known color: Regal Blue. HEX triplet: 11, 30 and 52. RGB value is (17,48,82). Sum of RGB (Red+Green+Blue) = 17+48+82=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 82 (32.42% from 255 or 55.78% from 147); Max value from RGB is 82 - color contains mainly: blue. Hex color #113052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113052 is #EECFAD. Grayscale: #2A2A2A. Windows color (decimal): -15650734 or 5386257. OLE color: 5386257.

HSL color Cylindrical-coordinate representation of color #113052: hue angle of 211.38º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #113052 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 17 48 82 -
CMYK 0.79 0.41 0 0.68
HSL 211.38º 0.66% 0.19% -
HSV(B) 211.38º 0.79% 0.32% -
XYZ 2.81 2.84 8.38 -
YUV 42.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 17 48 82 0.79 0.41 0 0.68 211.38 0.66 0.19
Hex 11 30 52 4F 29 0 44 D3 42 13
Octal 21 60 122 117 51 0 104 323 102 23
Binary 10001 110000 1010010 1001111 101001 0 1000100 11010011 1000010 10011

Color Harmonies of #113052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113052

Black with #113052

Text Example


Text Example

White with #113052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113052; }

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

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

background-color css

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

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

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

border-color css

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

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

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