#143853

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

Shades of Regal Blue #143853

Tints of Regal Blue #143853

Color information

#143853 (or 0x143853) is unknown color: approx Regal Blue. HEX triplet: 14, 38 and 53. RGB value is (20,56,83). Sum of RGB (Red+Green+Blue) = 20+56+83=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 83 (32.81% from 255 or 52.20% from 159); Max value from RGB is 83 - color contains mainly: blue. Hex color #143853 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143853 is #EBC7AC. Grayscale: #303030. Windows color (decimal): -15452077 or 5453844. OLE color: 5453844.

HSL color Cylindrical-coordinate representation of color #143853: hue angle of 205.71º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143853 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB205683-
CMYK0.760.3300.67
HSL205.71º61.17%20.2%-
HSV(B)205.71º75.9%32.55%-
XYZ3.263.68.71-
YUV48.31147.57107.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 83 (32.81% from 255) = 52.20%
R=12.58%
G=35.22%
B=52.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2056830.760.3300.67205.7161.1720.2
Hex1438534C21043ce3d14
Octal24701231144101033167524
Binary1010011100010100111001100100001010000111100111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143853; }

 p { color: rgb(20,56,83); }

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

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

 a { background-color: rgb(20,56,83); }

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

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

 span { border-color: rgb(20,56,83); }

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