#14335C

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

Shades of Regal Blue #14335C

Tints of Regal Blue #14335C

Color information

#14335C (or 0x14335C) is unknown color: approx Regal Blue. HEX triplet: 14, 33 and 5C. RGB value is (20,51,92). Sum of RGB (Red+Green+Blue) = 20+51+92=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #14335C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14335C is #EBCCA3. Grayscale: #2E2E2E. Windows color (decimal): -15453348 or 6042388. OLE color: 6042388.

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

Color convert

RGB205192-
CMYK0.780.4500.64
HSL214.17º64.29%21.96%-
HSV(B)214.17º78.26%36.08%-
XYZ3.43.2910.58-
YUV46.4153.73109.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 92 (36.33% from 255) = 56.44%
R=12.27%
G=31.29%
B=56.44%

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
Decimal2051920.780.4500.64214.1764.2921.96
Hex14335C4E2D040d64016
Octal246313411655010032610026
Binary10100110011101110010011101011010100000011010110100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14335C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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