#143A50

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

Shades of Regal Blue #143A50

Tints of Regal Blue #143A50

Color information

#143A50 (or 0x143A50) is unknown color: approx Regal Blue. HEX triplet: 14, 3A and 50. RGB value is (20,58,80). Sum of RGB (Red+Green+Blue) = 20+58+80=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #143A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A50 is #EBC5AF. Grayscale: #313131. Windows color (decimal): -15451568 or 5257748. OLE color: 5257748.

HSL color Cylindrical-coordinate representation of color #143A50: hue angle of 202º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #143A50 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB205880-
CMYK0.750.2800.69
HSL202º60%19.61%-
HSV(B)202º75%31.37%-
XYZ3.253.758.14-
YUV49.15145.41107.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.66%
GREEN value IS 58 (23.05% from 255) = 36.71%
BLUE value IS 80 (31.64% from 255) = 50.63%
R=12.66%
G=36.71%
B=50.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2058800.750.2800.692026019.61
Hex143A504B1C045ca3c14
Octal24721201133401053127424
Binary101001110101010000100101111100010001011100101011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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