#114060

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

Shades of Regal Blue #114060

Tints of Regal Blue #114060

Color information

#114060 (or 0x114060) is unknown color: approx Regal Blue. HEX triplet: 11, 40 and 60. RGB value is (17,64,96). Sum of RGB (Red+Green+Blue) = 17+64+96=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 64 (25.39% from 255 or 36.16% from 177); Blue value is 96 (37.89% from 255 or 54.24% from 177); Max value from RGB is 96 - color contains mainly: blue. Hex color #114060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114060 is #EEBF9F. Grayscale: #353535. Windows color (decimal): -15646624 or 6307857. OLE color: 6307857.

HSL color Cylindrical-coordinate representation of color #114060: hue angle of 204.3º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #114060 is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB176496-
CMYK0.820.3300.62
HSL204.3º69.91%22.16%-
HSV(B)204.3º82.29%37.65%-
XYZ4.184.6311.74-
YUV53.6151.93101.9-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 64 (25.39% from 255) = 36.16%
BLUE value IS 96 (37.89% from 255) = 54.24%
R=9.60%
G=36.16%
B=54.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1764960.820.3300.62204.369.9122.16
Hex114060522103Ecc4616
Octal211001401224107631410626
Binary10001100000011000001010010100001011111011001100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114060; }

 p { color: rgb(17,64,96); }

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

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

 a { background-color: rgb(17,64,96); }

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

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

 span { border-color: rgb(17,64,96); }

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