#143953

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

Shades of Regal Blue #143953

Tints of Regal Blue #143953

Color information

#143953 (or 0x143953) is unknown color: approx Regal Blue. HEX triplet: 14, 39 and 53. RGB value is (20,57,83). Sum of RGB (Red+Green+Blue) = 20+57+83=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #143953 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143953 is #EBC6AC. Grayscale: #303030. Windows color (decimal): -15451821 or 5454100. OLE color: 5454100.

HSL color Cylindrical-coordinate representation of color #143953: hue angle of 204.76º 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 #143953 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB205783-
CMYK0.760.3100.67
HSL204.76º61.17%20.2%-
HSV(B)204.76º75.9%32.55%-
XYZ3.313.78.72-
YUV48.9147.24107.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 83 (32.81% from 255) = 51.88%
R=12.5%
G=35.62%
B=51.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2057830.760.3100.67204.7661.1720.2
Hex1439534C1F043cd3d14
Octal24711231143701033157524
Binary101001110011010011100110011111010000111100110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143953; }

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

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

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

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

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

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

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

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