#14335D

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

Shades of Regal Blue #14335D

Tints of Regal Blue #14335D

Color information

#14335D (or 0x14335D) is unknown color: approx Regal Blue. HEX triplet: 14, 33 and 5D. RGB value is (20,51,93). Sum of RGB (Red+Green+Blue) = 20+51+93=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #14335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14335D is #EBCCA2. Grayscale: #2E2E2E. Windows color (decimal): -15453347 or 6107924. OLE color: 6107924.

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

Color convert

RGB205193-
CMYK0.780.4500.64
HSL214.52º64.6%22.16%-
HSV(B)214.52º78.49%36.47%-
XYZ3.453.3110.81-
YUV46.52154.23109.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.20%
GREEN value IS 51 (20.31% from 255) = 31.10%
BLUE value IS 93 (36.72% from 255) = 56.71%
R=12.20%
G=31.10%
B=56.71%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2051930.780.4500.64214.5264.622.16
Hex14335D4E2D040d74116
Octal246313511655010032710126
Binary10100110011101110110011101011010100000011010111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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