#143A53

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

Shades of Regal Blue #143A53

Tints of Regal Blue #143A53

Color information

#143A53 (or 0x143A53) is unknown color: approx Regal Blue. HEX triplet: 14, 3A and 53. RGB value is (20,58,83). Sum of RGB (Red+Green+Blue) = 20+58+83=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #143A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A53 is #EBC5AC. Grayscale: #313131. Windows color (decimal): -15451565 or 5454356. OLE color: 5454356.

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

Color convert

RGB205883-
CMYK0.760.3000.67
HSL203.81º61.17%20.2%-
HSV(B)203.81º75.9%32.55%-
XYZ3.363.88.74-
YUV49.49146.91106.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 83 (32.81% from 255) = 51.55%
R=12.42%
G=36.02%
B=51.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2058830.760.3000.67203.8161.1720.2
Hex143A534C1E043cc3d14
Octal24721231143601033147524
Binary101001110101010011100110011110010000111100110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143A53; }

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

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

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

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

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

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

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

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