#114268

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

Shades of Regal Blue #114268

Tints of Regal Blue #114268

Color information

#114268 (or 0x114268) is unknown color: approx Regal Blue. HEX triplet: 11, 42 and 68. RGB value is (17,66,104). Sum of RGB (Red+Green+Blue) = 17+66+104=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #114268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114268 is #EEBD97. Grayscale: #373737. Windows color (decimal): -15646104 or 6832657. OLE color: 6832657.

HSL color Cylindrical-coordinate representation of color #114268: hue angle of 206.21º 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 #114268 is Cyan = 0.84, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1766104-
CMYK0.840.3700.59
HSL206.21º71.9%23.73%-
HSV(B)206.21º83.65%40.78%-
XYZ4.685.0213.82-
YUV55.68155.27100.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 104 (41.02% from 255) = 55.61%
R=9.09%
G=35.29%
B=55.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17661040.840.3700.59206.2171.923.73
Hex114268542503Bce4818
Octal211021501244507331611030
Binary10001100001011010001010100100101011101111001110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114268; }

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

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

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

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

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

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

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

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