#14385B

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

Shades of Regal Blue #14385B

Tints of Regal Blue #14385B

Color information

#14385B (or 0x14385B) is unknown color: approx Regal Blue. HEX triplet: 14, 38 and 5B. RGB value is (20,56,91). Sum of RGB (Red+Green+Blue) = 20+56+91=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 56 (22.27% from 255 or 33.53% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #14385B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14385B is #EBC7A4. Grayscale: #313131. Windows color (decimal): -15452069 or 5978132. OLE color: 5978132.

HSL color Cylindrical-coordinate representation of color #14385B: hue angle of 209.58º 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 #14385B is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB205691-
CMYK0.780.3800.64
HSL209.58º63.96%21.76%-
HSV(B)209.58º78.02%35.69%-
XYZ3.593.7310.43-
YUV49.23151.57107.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 56 (22.27% from 255) = 33.53%
BLUE value IS 91 (35.94% from 255) = 54.49%
R=11.98%
G=33.53%
B=54.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2056910.780.3800.64209.5863.9621.76
Hex14385B4E26040d24016
Octal247013311646010032210026
Binary10100111000101101110011101001100100000011010010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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