#114368

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

Shades of Regal Blue #114368

Tints of Regal Blue #114368

Color information

#114368 (or 0x114368) is unknown color: approx Regal Blue. HEX triplet: 11, 43 and 68. RGB value is (17,67,104). Sum of RGB (Red+Green+Blue) = 17+67+104=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #114368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114368 is #EEBC97. Grayscale: #383838. Windows color (decimal): -15645848 or 6832913. OLE color: 6832913.

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

Color convert

RGB1767104-
CMYK0.840.3600.59
HSL205.52º71.9%23.73%-
HSV(B)205.52º83.65%40.78%-
XYZ4.745.1313.84-
YUV56.27154.9499.99-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.04%
GREEN value IS 67 (26.56% from 255) = 35.64%
BLUE value IS 104 (41.02% from 255) = 55.32%
R=9.04%
G=35.64%
B=55.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17671040.840.3600.59205.5271.923.73
Hex114368542403Bce4818
Octal211031501244407331611030
Binary10001100001111010001010100100100011101111001110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114368; }

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

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

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

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

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

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

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

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