#143A5B

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

Shades of Regal Blue #143A5B

Tints of Regal Blue #143A5B

Color information

#143A5B (or 0x143A5B) is unknown color: approx Regal Blue. HEX triplet: 14, 3A and 5B. RGB value is (20,58,91). Sum of RGB (Red+Green+Blue) = 20+58+91=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #143A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A5B is #EBC5A4. Grayscale: #323232. Windows color (decimal): -15451557 or 5978644. OLE color: 5978644.

HSL color Cylindrical-coordinate representation of color #143A5B: hue angle of 207.89º 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 #143A5B is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB205891-
CMYK0.780.3600.64
HSL207.89º63.96%21.76%-
HSV(B)207.89º78.02%35.69%-
XYZ3.693.9310.46-
YUV50.4150.91106.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 58 (23.05% from 255) = 34.32%
BLUE value IS 91 (35.94% from 255) = 53.85%
R=11.83%
G=34.32%
B=53.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2058910.780.3600.64207.8963.9621.76
Hex143A5B4E24040d04016
Octal247213311644010032010026
Binary10100111010101101110011101001000100000011010000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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