#143661

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

Shades of Regal Blue #143661

Tints of Regal Blue #143661

Color information

#143661 (or 0x143661) is unknown color: approx Regal Blue. HEX triplet: 14, 36 and 61. RGB value is (20,54,97). Sum of RGB (Red+Green+Blue) = 20+54+97=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #143661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143661 is #EBC99E. Grayscale: #303030. Windows color (decimal): -15452575 or 6370836. OLE color: 6370836.

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

Color convert

RGB205497-
CMYK0.790.4400.62
HSL213.51º65.81%22.94%-
HSV(B)213.51º79.38%38.04%-
XYZ3.773.6511.82-
YUV48.74155.24107.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.70%
GREEN value IS 54 (21.48% from 255) = 31.58%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=11.70%
G=31.58%
B=56.73%

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
Decimal2054970.790.4400.62213.5165.8122.94
Hex1436614F2C03Ed64217
Octal24661411175407632610227
Binary1010011011011000011001111101100011111011010110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143661; }

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

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

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

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

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

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

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

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