#143F5B

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

Shades of Regal Blue #143F5B

Tints of Regal Blue #143F5B

Color information

#143F5B (or 0x143F5B) is unknown color: approx Regal Blue. HEX triplet: 14, 3F and 5B. RGB value is (20,63,91). Sum of RGB (Red+Green+Blue) = 20+63+91=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #143F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143F5B is #EBC0A4. Grayscale: #353535. Windows color (decimal): -15450277 or 5979924. OLE color: 5979924.

HSL color Cylindrical-coordinate representation of color #143F5B: hue angle of 203.66º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #143F5B is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB206391-
CMYK0.780.3100.64
HSL203.66º63.96%21.76%-
HSV(B)203.66º78.02%35.69%-
XYZ3.954.4610.55-
YUV53.33149.25104.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 63 (25% from 255) = 36.21%
BLUE value IS 91 (35.94% from 255) = 52.30%
R=11.49%
G=36.21%
B=52.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2063910.780.3100.64203.6663.9621.76
Hex143F5B4E1F040cc4016
Octal247713311637010031410026
Binary1010011111110110111001110111110100000011001100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,63,91); }

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

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

 a { background-color: rgb(20,63,91); }

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

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

 span { border-color: rgb(20,63,91); }

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