#114166

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

Shades of Regal Blue #114166

Tints of Regal Blue #114166

Color information

#114166 (or 0x114166) is unknown color: approx Regal Blue. HEX triplet: 11, 41 and 66. RGB value is (17,65,102). Sum of RGB (Red+Green+Blue) = 17+65+102=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #114166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114166 is #EEBE99. Grayscale: #363636. Windows color (decimal): -15646362 or 6701329. OLE color: 6701329.

HSL color Cylindrical-coordinate representation of color #114166: hue angle of 206.12º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #114166 is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1765102-
CMYK0.830.3600.6
HSL206.12º71.43%23.33%-
HSV(B)206.12º83.33%40%-
XYZ4.524.8613.27-
YUV54.87154.6100.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 102 (40.23% from 255) = 55.43%
R=9.24%
G=35.33%
B=55.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17651020.830.3600.6206.1271.4323.33
Hex114166532403Cce4717
Octal211011461234407431610727
Binary10001100000111001101010011100100011110011001110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114166; }

 p { color: rgb(17,65,102); }

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

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

 a { background-color: rgb(17,65,102); }

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

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

 span { border-color: rgb(17,65,102); }

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