#114168

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

Shades of Regal Blue #114168

Tints of Regal Blue #114168

Color information

#114168 (or 0x114168) is unknown color: approx Regal Blue. HEX triplet: 11, 41 and 68. RGB value is (17,65,104). Sum of RGB (Red+Green+Blue) = 17+65+104=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #114168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114168 is #EEBE97. Grayscale: #363636. Windows color (decimal): -15646360 or 6832401. OLE color: 6832401.

HSL color Cylindrical-coordinate representation of color #114168: hue angle of 206.9º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #114168 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1765104-
CMYK0.840.3800.59
HSL206.9º71.9%23.73%-
HSV(B)206.9º83.65%40.78%-
XYZ4.624.913.8-
YUV55.09155.6100.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.14%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 104 (41.02% from 255) = 55.91%
R=9.14%
G=34.95%
B=55.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17651040.840.3800.59206.971.923.73
Hex114168542603Bcf4818
Octal211011501244607331711030
Binary10001100000111010001010100100110011101111001111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114168; }

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

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

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

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

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

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

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

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