#143E55

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

Shades of Regal Blue #143E55

Tints of Regal Blue #143E55

Color information

#143E55 (or 0x143E55) is unknown color: approx Regal Blue. HEX triplet: 14, 3E and 55. RGB value is (20,62,85). Sum of RGB (Red+Green+Blue) = 20+62+85=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #143E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E55 is #EBC1AA. Grayscale: #333333. Windows color (decimal): -15450539 or 5586452. OLE color: 5586452.

HSL color Cylindrical-coordinate representation of color #143E55: hue angle of 201.23º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143E55 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB206285-
CMYK0.760.2700.67
HSL201.23º61.9%20.59%-
HSV(B)201.23º76.47%33.33%-
XYZ3.654.259.22-
YUV52.06146.59105.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 62 (24.61% from 255) = 37.13%
BLUE value IS 85 (33.59% from 255) = 50.90%
R=11.98%
G=37.13%
B=50.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2062850.760.2700.67201.2361.920.59
Hex143E554C1B043c93e15
Octal24761251143301033117625
Binary101001111101010101100110011011010000111100100111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,62,85); }

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

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

 a { background-color: rgb(20,62,85); }

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

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

 span { border-color: rgb(20,62,85); }

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