#14385A

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

Shades of Regal Blue #14385A

Tints of Regal Blue #14385A

Color information

#14385A (or 0x14385A) is unknown color: approx Regal Blue. HEX triplet: 14, 38 and 5A. RGB value is (20,56,90). Sum of RGB (Red+Green+Blue) = 20+56+90=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #14385A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14385A is #EBC7A5. Grayscale: #303030. Windows color (decimal): -15452070 or 5912596. OLE color: 5912596.

HSL color Cylindrical-coordinate representation of color #14385A: hue angle of 209.14º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14385A is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB205690-
CMYK0.780.3800.65
HSL209.14º63.64%21.57%-
HSV(B)209.14º77.78%35.29%-
XYZ3.553.7210.2-
YUV49.11151.07107.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 90 (35.55% from 255) = 54.22%
R=12.05%
G=33.73%
B=54.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2056900.780.3800.65209.1463.6421.57
Hex14385A4E26041d14016
Octal247013211646010132110026
Binary10100111000101101010011101001100100000111010001100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14385A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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