#114369

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

Shades of Regal Blue #114369

Tints of Regal Blue #114369

Color information

#114369 (or 0x114369) is unknown color: approx Regal Blue. HEX triplet: 11, 43 and 69. RGB value is (17,67,105). Sum of RGB (Red+Green+Blue) = 17+67+105=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #114369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114369 is #EEBC96. Grayscale: #383838. Windows color (decimal): -15645847 or 6898449. OLE color: 6898449.

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

Color convert

RGB1767105-
CMYK0.840.3600.59
HSL205.91º72.13%23.92%-
HSV(B)205.91º83.81%41.18%-
XYZ4.795.1514.11-
YUV56.38155.4499.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.99%
GREEN value IS 67 (26.56% from 255) = 35.45%
BLUE value IS 105 (41.41% from 255) = 55.56%
R=8.99%
G=35.45%
B=55.56%

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
Decimal17671050.840.3600.59205.9172.1323.92
Hex114369542403Bce4818
Octal211031511244407331611030
Binary10001100001111010011010100100100011101111001110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114369; }

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

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

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

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

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

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

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

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