#14395B

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

Shades of Regal Blue #14395B

Tints of Regal Blue #14395B

Color information

#14395B (or 0x14395B) is unknown color: approx Regal Blue. HEX triplet: 14, 39 and 5B. RGB value is (20,57,91). Sum of RGB (Red+Green+Blue) = 20+57+91=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #14395B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14395B is #EBC6A4. Grayscale: #313131. Windows color (decimal): -15451813 or 5978388. OLE color: 5978388.

HSL color Cylindrical-coordinate representation of color #14395B: hue angle of 208.73º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14395B is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB205791-
CMYK0.780.3700.64
HSL208.73º63.96%21.76%-
HSV(B)208.73º78.02%35.69%-
XYZ3.643.8310.45-
YUV49.81151.24106.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.90%
GREEN value IS 57 (22.66% from 255) = 33.93%
BLUE value IS 91 (35.94% from 255) = 54.17%
R=11.90%
G=33.93%
B=54.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2057910.780.3700.64208.7363.9621.76
Hex14395B4E25040d14016
Octal247113311645010032110026
Binary10100111001101101110011101001010100000011010001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14395B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14395B; }

 p { color: rgb(20,57,91); }

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

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

 a { background-color: rgb(20,57,91); }

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

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

 span { border-color: rgb(20,57,91); }

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