#14345F

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

Shades of Regal Blue #14345F

Tints of Regal Blue #14345F

Color information

#14345F (or 0x14345F) is unknown color: approx Regal Blue. HEX triplet: 14, 34 and 5F. RGB value is (20,52,95). Sum of RGB (Red+Green+Blue) = 20+52+95=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 95 (37.5% from 255 or 56.89% from 167); Max value from RGB is 95 - color contains mainly: blue. Hex color #14345F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14345F is #EBCBA0. Grayscale: #2F2F2F. Windows color (decimal): -15453089 or 6239252. OLE color: 6239252.

HSL color Cylindrical-coordinate representation of color #14345F: hue angle of 214.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14345F is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB205295-
CMYK0.790.4500.63
HSL214.4º65.22%22.55%-
HSV(B)214.4º78.95%37.25%-
XYZ3.583.4311.3-
YUV47.33154.9108.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 95 (37.5% from 255) = 56.89%
R=11.98%
G=31.14%
B=56.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2052950.790.4500.63214.465.2222.55
Hex14345F4F2D03Fd64117
Octal24641371175507732610127
Binary1010011010010111111001111101101011111111010110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14345F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14345F; }

 p { color: rgb(20,52,95); }

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

<style>
 a { background-color: #14345F; }

 a { background-color: rgb(20,52,95); }

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

<style>
 span { border-color: #14345F; }

 span { border-color: rgb(20,52,95); }

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