#114061

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

Shades of Regal Blue #114061

Tints of Regal Blue #114061

Color information

#114061 (or 0x114061) is unknown color: approx Regal Blue. HEX triplet: 11, 40 and 61. RGB value is (17,64,97). Sum of RGB (Red+Green+Blue) = 17+64+97=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #114061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114061 is #EEBF9E. Grayscale: #353535. Windows color (decimal): -15646623 or 6373393. OLE color: 6373393.

HSL color Cylindrical-coordinate representation of color #114061: hue angle of 204.75º 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 #114061 is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB176497-
CMYK0.820.3400.62
HSL204.75º70.18%22.35%-
HSV(B)204.75º82.47%38.04%-
XYZ4.224.6511.98-
YUV53.71152.43101.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.55%
GREEN value IS 64 (25.39% from 255) = 35.96%
BLUE value IS 97 (38.28% from 255) = 54.49%
R=9.55%
G=35.96%
B=54.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1764970.820.3400.62204.7570.1822.35
Hex114061522203Ecd4616
Octal211001411224207631510626
Binary10001100000011000011010010100010011111011001101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114061; }

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

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

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

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

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

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

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

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