#143D61

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

Shades of Regal Blue #143D61

Tints of Regal Blue #143D61

Color information

#143D61 (or 0x143D61) is unknown color: approx Regal Blue. HEX triplet: 14, 3D and 61. RGB value is (20,61,97). Sum of RGB (Red+Green+Blue) = 20+61+97=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #143D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D61 is #EBC29E. Grayscale: #343434. Windows color (decimal): -15450783 or 6372628. OLE color: 6372628.

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

Color convert

RGB206197-
CMYK0.790.3700.62
HSL208.05º65.81%22.94%-
HSV(B)208.05º79.38%38.04%-
XYZ4.114.3511.93-
YUV52.84152.92104.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.24%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 97 (38.28% from 255) = 54.49%
R=11.24%
G=34.27%
B=54.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2061970.790.3700.62208.0565.8122.94
Hex143D614F2503Ed04217
Octal24751411174507632010227
Binary1010011110111000011001111100101011111011010000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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