#14335B

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

Shades of Regal Blue #14335B

Tints of Regal Blue #14335B

Color information

#14335B (or 0x14335B) is unknown color: approx Regal Blue. HEX triplet: 14, 33 and 5B. RGB value is (20,51,91). Sum of RGB (Red+Green+Blue) = 20+51+91=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #14335B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14335B is #EBCCA4. Grayscale: #2E2E2E. Windows color (decimal): -15453349 or 5976852. OLE color: 5976852.

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

Color convert

RGB205191-
CMYK0.780.4400.64
HSL213.8º63.96%21.76%-
HSV(B)213.8º78.02%35.69%-
XYZ3.363.2710.35-
YUV46.29153.23109.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 91 (35.94% from 255) = 56.17%
R=12.35%
G=31.48%
B=56.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2051910.780.4400.64213.863.9621.76
Hex14335B4E2C040d64016
Octal246313311654010032610026
Binary10100110011101101110011101011000100000011010110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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