#143C55

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

Shades of Regal Blue #143C55

Tints of Regal Blue #143C55

Color information

#143C55 (or 0x143C55) is unknown color: approx Regal Blue. HEX triplet: 14, 3C and 55. RGB value is (20,60,85). Sum of RGB (Red+Green+Blue) = 20+60+85=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 85 (33.59% from 255 or 51.52% from 165); Max value from RGB is 85 - color contains mainly: blue. Hex color #143C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C55 is #EBC3AA. Grayscale: #323232. Windows color (decimal): -15451051 or 5585940. OLE color: 5585940.

HSL color Cylindrical-coordinate representation of color #143C55: hue angle of 203.08º 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 #143C55 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB206085-
CMYK0.760.2900.67
HSL203.08º61.9%20.59%-
HSV(B)203.08º76.47%33.33%-
XYZ3.544.049.19-
YUV50.89147.25105.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 60 (23.83% from 255) = 36.36%
BLUE value IS 85 (33.59% from 255) = 51.52%
R=12.12%
G=36.36%
B=51.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2060850.760.2900.67203.0861.920.59
Hex143C554C1D043cb3e15
Octal24741251143501033137625
Binary101001111001010101100110011101010000111100101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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