#143451

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

Shades of Regal Blue #143451

Tints of Regal Blue #143451

Color information

#143451 (or 0x143451) is unknown color: approx Regal Blue. HEX triplet: 14, 34 and 51. RGB value is (20,52,81). Sum of RGB (Red+Green+Blue) = 20+52+81=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #143451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143451 is #EBCBAE. Grayscale: #2D2D2D. Windows color (decimal): -15453103 or 5321748. OLE color: 5321748.

HSL color Cylindrical-coordinate representation of color #143451: hue angle of 208.52º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #143451 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB205281-
CMYK0.750.3600.68
HSL208.52º60.4%19.8%-
HSV(B)208.52º75.31%31.76%-
XYZ33.28.24-
YUV45.74147.9109.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.07%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 81 (32.03% from 255) = 52.94%
R=13.07%
G=33.99%
B=52.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2052810.750.3600.68208.5260.419.8
Hex1434514B24044d13c14
Octal24641211134401043217424
Binary1010011010010100011001011100100010001001101000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143451; }

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

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

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

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

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

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

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

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