#14375B

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

Shades of Regal Blue #14375B

Tints of Regal Blue #14375B

Color information

#14375B (or 0x14375B) is unknown color: approx Regal Blue. HEX triplet: 14, 37 and 5B. RGB value is (20,55,91). Sum of RGB (Red+Green+Blue) = 20+55+91=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #14375B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14375B is #EBC8A4. Grayscale: #303030. Windows color (decimal): -15452325 or 5977876. OLE color: 5977876.

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

Color convert

RGB205591-
CMYK0.780.4000.64
HSL210.42º63.96%21.76%-
HSV(B)210.42º78.02%35.69%-
XYZ3.543.6410.41-
YUV48.64151.9107.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 55 (21.88% from 255) = 33.13%
BLUE value IS 91 (35.94% from 255) = 54.82%
R=12.05%
G=33.13%
B=54.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2055910.780.4000.64210.4263.9621.76
Hex14375B4E28040d24016
Octal246713311650010032210026
Binary10100110111101101110011101010000100000011010010100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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