#143553

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

Shades of Regal Blue #143553

Tints of Regal Blue #143553

Color information

#143553 (or 0x143553) is unknown color: approx Regal Blue. HEX triplet: 14, 35 and 53. RGB value is (20,53,83). Sum of RGB (Red+Green+Blue) = 20+53+83=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #143553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143553 is #EBCAAC. Grayscale: #2E2E2E. Windows color (decimal): -15452845 or 5453076. OLE color: 5453076.

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

Color convert

RGB205383-
CMYK0.760.3600.67
HSL208.57º61.17%20.2%-
HSV(B)208.57º75.9%32.55%-
XYZ3.123.328.66-
YUV46.55148.57109.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.82%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=12.82%
G=33.97%
B=53.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2053830.760.3600.67208.5761.1720.2
Hex1435534C24043d13d14
Octal24651231144401033217524
Binary1010011010110100111001100100100010000111101000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143553; }

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

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

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

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

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

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

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

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