#143560

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

Shades of Regal Blue #143560

Tints of Regal Blue #143560

Color information

#143560 (or 0x143560) is unknown color: approx Regal Blue. HEX triplet: 14, 35 and 60. RGB value is (20,53,96). Sum of RGB (Red+Green+Blue) = 20+53+96=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #143560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143560 is #EBCA9F. Grayscale: #2F2F2F. Windows color (decimal): -15452832 or 6305044. OLE color: 6305044.

HSL color Cylindrical-coordinate representation of color #143560: hue angle of 213.95º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #143560 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB205396-
CMYK0.790.4500.62
HSL213.95º65.52%22.75%-
HSV(B)213.95º79.17%37.65%-
XYZ3.673.5411.56-
YUV48.04155.07108-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 53 (21.09% from 255) = 31.36%
BLUE value IS 96 (37.89% from 255) = 56.80%
R=11.83%
G=31.36%
B=56.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2053960.790.4500.62213.9565.5222.75
Hex1435604F2D03Ed64217
Octal24651401175507632610227
Binary1010011010111000001001111101101011111011010110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143560; }

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

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

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

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

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

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

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

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