#143351

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

Shades of Regal Blue #143351

Tints of Regal Blue #143351

Color information

#143351 (or 0x143351) is unknown color: approx Regal Blue. HEX triplet: 14, 33 and 51. RGB value is (20,51,81). Sum of RGB (Red+Green+Blue) = 20+51+81=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #143351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143351 is #EBCCAE. Grayscale: #2D2D2D. Windows color (decimal): -15453359 or 5321492. OLE color: 5321492.

HSL color Cylindrical-coordinate representation of color #143351: hue angle of 209.51º 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 #143351 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB205181-
CMYK0.750.3700.68
HSL209.51º60.4%19.8%-
HSV(B)209.51º75.31%31.76%-
XYZ2.963.118.23-
YUV45.15148.23110.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.16%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 81 (32.03% from 255) = 53.29%
R=13.16%
G=33.55%
B=53.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2051810.750.3700.68209.5160.419.8
Hex1433514B25044d23c14
Octal24631211134501043227424
Binary1010011001110100011001011100101010001001101001011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143351; }

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

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

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

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

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

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

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

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