#143660

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

Shades of Regal Blue #143660

Tints of Regal Blue #143660

Color information

#143660 (or 0x143660) is unknown color: approx Regal Blue. HEX triplet: 14, 36 and 60. RGB value is (20,54,96). Sum of RGB (Red+Green+Blue) = 20+54+96=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #143660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143660 is #EBC99F. Grayscale: #303030. Windows color (decimal): -15452576 or 6305300. OLE color: 6305300.

HSL color Cylindrical-coordinate representation of color #143660: hue angle of 213.16º 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 #143660 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB205496-
CMYK0.790.4400.62
HSL213.16º65.52%22.75%-
HSV(B)213.16º79.17%37.65%-
XYZ3.723.6311.57-
YUV48.62154.74107.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.76%
GREEN value IS 54 (21.48% from 255) = 31.76%
BLUE value IS 96 (37.89% from 255) = 56.47%
R=11.76%
G=31.76%
B=56.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2054960.790.4400.62213.1665.5222.75
Hex1436604F2C03Ed54217
Octal24661401175407632510227
Binary1010011011011000001001111101100011111011010101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143660; }

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

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

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

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

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

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

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

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