#112F53

Color #112F53 Regal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regal Blue #112F53

Tints of Regal Blue #112F53

Color information

#112F53 (or 0x112F53) is unknown color: approx Regal Blue. HEX triplet: 11, 2F and 53. RGB value is (17,47,83). Sum of RGB (Red+Green+Blue) = 17+47+83=147 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.56% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 83 (32.81% from 255 or 56.46% from 147); Max value from RGB is 83 - color contains mainly: blue. Hex color #112F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F53 is #EED0AC. Grayscale: #292929. Windows color (decimal): -15650989 or 5451537. OLE color: 5451537.

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

Color convert

RGB174783-
CMYK0.800.4300.67
HSL212.73º66%19.61%-
HSV(B)212.73º79.52%32.55%-
XYZ2.812.788.57-
YUV42.13151.06110.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.56%
GREEN value IS 47 (18.75% from 255) = 31.97%
BLUE value IS 83 (32.81% from 255) = 56.46%
R=11.56%
G=31.97%
B=56.46%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1747830.800.4300.67212.736619.61
Hex112F53502B043d54214
Octal215712312053010332510224
Binary10001101111101001110100001010110100001111010101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112F53; }

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

 H1.HeaderClassName
 {
   color: #112F53;
 }
 .AnyTagClassName
 {
   color: #112F53;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #112F53;
 }
 .BgClassName
 {
   background-color: #112F53;
 }
</style>
border-color css

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

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

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